Loading Tool

Explorer IconExplorer

Memory Pool

82,850 transactions
30.40 vMB
0.14782339 BTC
Random Selection Loading Transactions
Max Size: 184.15/200 MB

Candidate Block

Mining Attempt 65cbdc556af9dd5094dcdd9f40113e1ec906e70921b70770c4b9d71cc4cd868f
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 63fc910c7b948d9e0005c95f1c70d0004016b626cd1652f3660f52ccf0569b6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.06695331 BTC
Feerates: 150.61 > 6.71 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (267,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,616 647,616 00000000000000000006b457c51b1b4495d3690022247b67a0a302f909071394 2,386 1.00/1.00 vMB 116
647,615 647,615 0000000000000000000f7ee9341b918b9c53e76af6d755e5b63b82db31a101ee 2,785 1.00/1.00 vMB 123
647,614 647,614 0000000000000000000333785c43ff1b6fdf748b354304eb5215e1d4b7362b7d 2,296 1.00/1.00 vMB 95
647,613 647,613 00000000000000000002c588288b46ac811ebd648d715b7375d86d9c4bcaf980 2,896 1.00/1.00 vMB 124
647,612 647,612 00000000000000000000bea84a1d3e9f2a97bc5768eb4545619ef209ec28acb5 1,871 1.00/1.00 vMB 110
647,611 647,611 0000000000000000000bfe3a8f0a82c430e7c22c3656a91f442b41ebf1d9c49b 2,540 1.00/1.00 vMB 129
647,610 647,610 0000000000000000000e00e16b8a88a26c44956c4c12970baff84c0ff7e4037a 2,207 1.00/1.00 vMB 102
647,609 647,609 0000000000000000000c953a851862df1b614374a60ac65a7180e5a8fe8fd6fb 1,597 1.00/1.00 vMB 101
647,608 647,608 0000000000000000000a2665f894b026b1058411899f4ed10d225a9ec8e3c686 2,441 1.00/1.00 vMB 122
647,607 647,607 00000000000000000001a7987e959b3417aac2b10d2aefdbcab0087b262f6884 1,801 1.00/1.00 vMB 83
647,606 647,606 00000000000000000005cb13aa620d61864a1b4ad88165ebed3c654a61797fbf 2,637 1.00/1.00 vMB 114
647,605 647,605 00000000000000000000b458e61794ab34a35994e7a6994462c49fc2915dde67 2,585 1.00/1.00 vMB 94
647,604 647,604 0000000000000000000bebb63005c4746e7400bab14e79ef3f0c7816370e51d1 1,076 1.00/1.00 vMB 99
647,603 647,603 0000000000000000000b72d78929e4c161d6932a25fc3b9c0a62f2c9811f730e 1,900 1.00/1.00 vMB 104
647,602 647,602 0000000000000000000e991b0a8e44faeb3add324ee2d88610d9a3248038f3ed 130 1.00/1.00 vMB 88
647,601 647,601 0000000000000000000900d03e61e80cfac7398c1872678dd3197cdcff7b0f4c 2,286 1.00/1.00 vMB 104
647,600 647,600 00000000000000000002864bf9affc84973de0b0099659ad06ae463ac9e3db04 1,731 1.00/1.00 vMB 37
647,599 647,599 000000000000000000044e2eb89f732854d77f94f33a42dbae5c91aab22e1817 2,258 1.00/1.00 vMB 15
647,598 647,598 00000000000000000009b28ddcf313ea7da39fff845ee93a6628a6cc6cf0ca21 2,080 1.00/1.00 vMB 22
647,597 647,597 000000000000000000028ea613952cd83f9b1b892ddf22cb74b2cd2954001b36 2,421 1.00/1.00 vMB 9
647,596 647,596 0000000000000000000e31af22c6b44d7b550e6ca45df09abfde43177d032457 2,579 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.