Loading Tool

Explorer IconExplorer

Memory Pool

45,839 transactions
28.47 vMB
0.07398773 BTC
Random Selection Loading Transactions
Max Size: 151.28/200 MB

Candidate Block

Mining Attempt 3e56f920482d35b2e2308cfd615d534338d87ac6bab352c837c451ea14c07db7
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root abe4d3ae72b7936337c9ec27f2d672aec09a5c75ac9574ba56f368a5fafcfd49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,392
Size: 1.00 vMB
Total Fees: 0.01998062 BTC
Feerates: 100.23 > 2.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (682,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,696 232,696 0000000000000164b15ee3f318bd941f2de1f05dfbcb8d028a4f456ce15c4b97 570 0.25/1.00 vMB 176
232,695 232,695 0000000000000096334620935db30b282b6b74e963dcd9919b7ebeba2f4bd3e1 465 0.23/1.00 vMB 167
232,694 232,694 0000000000000145745e098c5bdf24a2e3440dac3abdd38b4208e6f75a5ee08e 4 0.00/1.00 vMB 45
232,693 232,693 0000000000000012a2eac99cd50a53e7625cd70b78bdfb3d19ba010ee9c40d8c 138 0.06/1.00 vMB 212
232,692 232,692 000000000000005b85292c1cd6d9c177fcc5b303d4c221a705dfd8ec22d0c8ef 305 0.10/1.00 vMB 198
232,691 232,691 000000000000003e4da45406ff89a38e90c4ae22e30d853568c9f76caef4e9b2 402 0.25/1.00 vMB 118
232,690 232,690 00000000000000c93746789d672c9ccd3cfd951063908fbc163268de2a9ebb53 242 0.23/1.00 vMB 101
232,689 232,689 000000000000000ca960c1f76b474c1723b65f09d3c68ce8de14d5ec7c9d2b03 602 0.25/1.00 vMB 170
232,688 232,688 000000000000002fe93794f98fe83cd66e3a41be519513da1d03040a959e347e 5 0.00/1.00 vMB 139
232,687 232,687 00000000000001cefa198c580214a80ec48b59544b5151cfd6256e13d7d7ab2c 702 0.25/1.00 vMB 207
232,686 232,686 0000000000000188a30ec93777e59821f813822a78799c5fc73fc8bf7e5e08b6 310 0.09/1.00 vMB 111
232,685 232,685 00000000000000a37a3a679beaca179cd2f1b0ae1a981347ddb79765279fe6d4 889 0.42/1.00 vMB 158
232,684 232,684 000000000000018a1003980371bf5f0b4348a6ed88180e00f2dec3eb061bd94a 732 0.42/1.00 vMB 122
232,683 232,683 00000000000000dcea700d46f2e2e5eb6b79de4139373dcd2e6aeb138930bd03 634 0.25/1.00 vMB 179
232,682 232,682 00000000000000f0a6c7b280a341e72d0ec72eca9df1898d94fd8c348d843c5e 256 0.08/1.00 vMB 157
232,681 232,681 00000000000000b5c829433bf2084578a63fce25b423159c260eb40193fe2bff 363 0.25/1.00 vMB 117
232,680 232,680 00000000000000f662a46cca5b71fbc5ec3aa3da673f67b4ce40fb46d74a1145 572 0.25/1.00 vMB 166
232,679 232,679 000000000000014f32c56f4633f7cb6cdac434235cc731fcb3944c5a1ab071fb 93 0.04/1.00 vMB 104
232,678 232,678 000000000000018812e06df7d6cec5278d608acc0d4f434969b61866f386aa7f 443 0.23/1.00 vMB 137
232,677 232,677 00000000000000239e340e4dd256a7c4e9303f53eb042e8c5e94e7b745d82a75 282 0.12/1.00 vMB 198
232,676 232,676 000000000000004ac6755955f8c38d7a1eb4a3b8794f8be8fbea5de949d5c054 697 0.30/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 651.98 GB
    • Received: 13.67 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.