Loading Tool

Explorer IconExplorer

Memory Pool

80,852 transactions
30.26 vMB
0.11339798 BTC
Random Selection Loading Transactions
Max Size: 182.32/200 MB

Candidate Block

Mining Attempt 567ddc11c60be41212ba1107ee2f441ce267625dc8f68f84b8fbf9c6feebc381
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root def7ad94a6ba20c3f8bc2c2d8c4d2a5dc6402e503ee6f56d7fba8e60f709c994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,120
Size: 1.00 vMB
Total Fees: 0.04101016 BTC
Feerates: 150.68 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (242,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,977 672,977 0000000000000000000b253c1ea09b396bb644b5b7ed0fdbd4185082c1e6136d 2,931 1.00/1.00 vMB 90
672,976 672,976 0000000000000000000a3fd129ed526ac9fa0299cc348e5acbad00dff238ef7c 3,115 1.00/1.00 vMB 136
672,975 672,975 00000000000000000006bf8d1f053dfdf6f1ed38743ad47e4c15300f80584ace 3,102 1.00/1.00 vMB 52
672,974 672,974 0000000000000000000700356ceeade970468d8c864445f29a685c43e841160d 1,159 1.00/1.00 vMB 103
672,973 672,973 0000000000000000000318539d06519fbefd8eeae3c156216b10e527c279cb79 2,095 1.00/1.00 vMB 127
672,972 672,972 00000000000000000007fa1941f05d5ab1b909e5a9b9224cce1e5964606cbc50 3,165 1.00/1.00 vMB 67
672,971 672,971 0000000000000000000031603fdbae465456cc9dfb314a9ba3d380ab5cfe15ab 2,568 1.00/1.00 vMB 114
672,970 672,970 00000000000000000004ef79a6fcfe2a9d83b060ba954590c1d7a108f21b6b62 2,461 1.00/1.00 vMB 109
672,969 672,969 0000000000000000000a7ec62d1280515d84bb9851eaa7d215627343fa06ce3b 3,431 1.00/1.00 vMB 66
672,968 672,968 0000000000000000000cc2df320bdd6c2669b701992303ef2c1a284a444204ad 1,183 1.00/1.00 vMB 120
672,967 672,967 000000000000000000066030f384ec6c0e0706ab52001265a486c98a1e5989a1 2,734 1.00/1.00 vMB 77
672,966 672,966 0000000000000000000890fe84e740f396a7cc84a5df2003c7aa464b15488d41 2,424 1.00/1.00 vMB 116
672,965 672,965 0000000000000000000ab9e6af33f7680c75bc529a28e207d2332901a5a788f8 2,791 1.00/1.00 vMB 144
672,964 672,964 0000000000000000000bb5c0f83bb0602fa5012de97fee4cd433d13f1749f68b 3,379 1.00/1.00 vMB 89
672,963 672,963 0000000000000000000100db7403439e678a723bb93f9eecaa3aa6bc6867979a 2,992 1.00/1.00 vMB 82
672,962 672,962 0000000000000000000c9599813ae727d2cc3b47fdc068f0bb7beed1657b0e06 2,795 1.00/1.00 vMB 108
672,961 672,961 00000000000000000007766935519977bd0c5aa7e876dd07d1c053edd9cec46c 2,755 1.00/1.00 vMB 130
672,960 672,960 0000000000000000000c6d244fcbe466052076bc585bba97d1fccd74d65d0d44 1,016 1.00/1.00 vMB 114
672,959 672,959 000000000000000000098c3378175fce5ee326d008305b58bc8b97300f51d2d1 1,787 1.00/1.00 vMB 121
672,958 672,958 000000000000000000099a6fcea6179a50e360327cc97af0fd2e69f8ccc9e4f9 2,344 1.00/1.00 vMB 116
672,957 672,957 00000000000000000003e273d3304d696d49f19ade31daf05dd1aeee0bf60097 1,798 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.40 GB
    • Received: 16.23 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.