Loading Tool

Explorer IconExplorer

Memory Pool

43,552 transactions
27.00 vMB
0.05598110 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt 5e93c814508667dc994fe6d06e3208e93ac47df0d36060ed5abf8c0e67d926ae
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root 2a047f6b723af677d03e235f91e902a4ab26c0f64ef526fa184148a7ed230850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,086
Size: 1.00 vMB
Total Fees: 0.00576793 BTC
Feerates: 40.21 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (271,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,125 643,125 0000000000000000000e1fd6af8afcd6f5c6108049d889ae7b36101eae30044e 2,993 1.00/1.00 vMB 170
643,124 643,124 00000000000000000003e46e7637dd624db168a77dc185dea16b8715f0e789ee 2,395 1.00/1.00 vMB 95
643,123 643,123 0000000000000000000fabfc40e51d51375e2dd690c14e02e69211d0248f65c6 2,384 1.00/1.00 vMB 71
643,122 643,122 0000000000000000000abc4d0ab01b03aad8cc7c9ecf08dfc5396c4526f1d705 2,354 1.00/1.00 vMB 94
643,121 643,121 000000000000000000037918d69581207e4b01d8354af794e0628403ca0ce877 2,237 1.00/1.00 vMB 91
643,120 643,120 000000000000000000071f979feb868d128a1d93f8f2ecd5759aee36553422c1 1,091 1.00/1.00 vMB 114
643,119 643,119 00000000000000000008c6e13f98d57bb0084643b8247607921dea587ed48d9a 2,394 1.00/1.00 vMB 151
643,118 643,118 000000000000000000107f5f557b6e1198d26c4786eb3464e33a4dcf3fa9c3c0 2,324 1.00/1.00 vMB 148
643,117 643,117 000000000000000000067c6277f03f521d4d49f2075c6056e875c3430a431241 1,784 1.00/1.00 vMB 172
643,116 643,116 000000000000000000091fc8647344280aea5a4b358202bf99cbf8d154c35c32 2,688 1.00/1.00 vMB 94
643,115 643,115 0000000000000000000642b92ad8fd4af03385e848c6ecfe4744eb7d902587e4 2,063 1.00/1.00 vMB 142
643,114 643,114 0000000000000000000967ff83f51465598eb821fcf0f8f48c384df64ff15574 1,687 1.00/1.00 vMB 170
643,113 643,113 0000000000000000000d65f7c382762f926d5950139fe441af6876eda059e28b 3,043 1.00/1.00 vMB 126
643,112 643,112 00000000000000000006e669703f4c2daba14240e05b14f2d3a84bcaa4e0f55a 2,555 1.00/1.00 vMB 148
643,111 643,111 000000000000000000059e220982b729b45cf62b7e7460a610c04c2255d191f7 2,462 1.00/1.00 vMB 95
643,110 643,110 0000000000000000000ca91959fb881bbd1d26e7d1ea34f4f77a7d6ea7c7d3bc 3,052 1.00/1.00 vMB 124
643,109 643,109 0000000000000000000c36e83793f0ae80b693a77939c9e3a345f8b87b1a9673 2,440 1.00/1.00 vMB 105
643,108 643,108 0000000000000000000fdb730d07851d873485f5a310d183b3de8b5381441bbc 1,632 1.00/1.00 vMB 95
643,107 643,107 000000000000000000005f54c8907794c9d23eb68a6d71a13717809682079ad7 2,603 1.00/1.00 vMB 105
643,106 643,106 000000000000000000073753d708216cb206a1ca872c0e0b424563641bfba28c 3,173 1.00/1.00 vMB 128
643,105 643,105 00000000000000000001c69e5378b6218cb85034eafb3d6438e7df08103ab33c 1,959 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.