Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,783 transactions (1.43 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (704,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,619 207,619 000000000000027c4fc21817bcce00029ebf671b104984951a0bf01efbb0de2c 0.01 MB 27 20
207,618 207,618 00000000000004b3872b5831300d76ced4dfcda2e8662de494e5032da310fc7e 0.00 MB 10 163
207,617 207,617 00000000000003df0d88afb3106e61065116a1388db555cc83bedee1a03852be 0.10 MB 228 195
207,616 207,616 000000000000030d4adbcadab627cb69aac8273c8a0db8e87e2b44a241050bf3 0.07 MB 87 81
207,615 207,615 0000000000000246d92030f4ec279741c7f7457aa4275eb6821c439c59089eb3 0.01 MB 9 4
207,614 207,614 00000000000001e4f51652b7c2935dc49e67cc8ca9f1f446e6f680c1d319fa07 0.06 MB 77 126
207,613 207,613 00000000000000b13a22bab424a6d46b85a6de0f469e89eab4c0177e13e34de3 0.13 MB 311 189
207,612 207,612 00000000000001f87e780923ae7697b74fff9cef77d2817eea51c313c9fea650 0.05 MB 146 161
207,611 207,611 000000000000023802b6f070dedae0d3c097a31afb439e86f22bf03b5d7def4c 0.05 MB 135 179
207,610 207,610 000000000000038094a78109db82a1f85d166279288415db2d761dc5af3121b3 0.27 MB 48 62
207,609 207,609 00000000000001d12a8fd3da6add7a59f04c5b9aa18cc3cf2e2cb6171fcc013f 0.05 MB 140 45
207,608 207,608 00000000000004e79f0e3a37ee9ad499fbef21c64a9451ccbb1073ed38683dad 0.14 MB 399 229
207,607 207,607 0000000000000451b30625bf5d715acf1c40b08a58ea0746e65827b8baadf91c 0.08 MB 161 155
207,606 207,606 00000000000000f4b45f92441ca4fc86f6f62bab12512cf58d4c15099f61497e 0.13 MB 274 139
207,605 207,605 00000000000002a075575c489ca3e8459b91d35abf1802e87a36868c66fe35d2 0.00 MB 16 64
207,604 207,604 00000000000002aa0c7cf21adc43677eb1126c7af1f8a021526fe56f1fb261ef 0.02 MB 43 267
207,603 207,603 00000000000001a1cf1ebbac5d6e909980eb27797d38fdb3a4fa24928e7f66d0 0.01 MB 16 81
207,602 207,602 00000000000000b8a01b6fe62f7e0efbd1974469391038bcb34c66270c89f802 0.06 MB 148 142
207,601 207,601 00000000000004aedad783bb8556b1b4433b11744e4079fa14853fe775920afd 0.00 MB 8 455
207,600 207,600 000000000000016f9aa1b929007456f8374c5bdd0f891422d770f6236a899d2b 0.12 MB 300 215
207,599 207,599 000000000000024794c8142887c3b104e65fe564ddbaddcd06f7e8a5ceef10d7 0.07 MB 144 201
Previous 10 blocks ↓
Total Size: 776.60 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,428.09 GB sent, 131.59 GB received

Notes

  • This page updates every 5 seconds.
  • 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.