Loading Tool

Explorer IconExplorer

Memory Pool

79,729 transactions
29.86 vMB
0.12254154 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt b94dfc3b90b2464644a4df759441afa0c1c3ba0b01d8e86e6d33e1a671f9cba6
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (397,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,686 517,686 000000000000000000264c3c9cc1e758e87eeeff893a896e0c9fc080f4d5069b 2,299 0.95/1.00 vMB 31
517,685 517,685 000000000000000000475daf2a3ce3211f8f9c6a9159a1f6320d3f0c1d7662d5 265 0.09/1.00 vMB 34
517,684 517,684 0000000000000000001eb932067429b40d3a12693bc7110ebfc1f972836a4290 2,033 0.98/1.00 vMB 24
517,683 517,683 0000000000000000004e2e184f008dd8102513e558e2a7f6efe21d276479564d 1,357 0.77/1.00 vMB 7
517,682 517,682 0000000000000000000b05d0a656e118f8539cb239b65ff7e113227f86edcb0e 2,348 1.00/1.00 vMB 16
517,681 517,681 0000000000000000000a91993d9ddd812bb1d4c2fb88fbd8637e9b8b8bd297e5 2,379 1.00/1.00 vMB 51
517,680 517,680 0000000000000000002c5b9b723850e6fe9fac63b129c173ca1cb0d79a0445df 603 0.27/1.00 vMB 24
517,679 517,679 0000000000000000002df91b328600570639824b12be07cf3526e40ff5ed0f19 708 0.41/1.00 vMB 3
517,678 517,678 000000000000000000418a307540b5abafbab56ff65c7d0b60f0b323403a4ce6 2,195 1.00/1.00 vMB 24
517,677 517,677 0000000000000000001c3b36f3e61c564e9740d1debaa31b60edefce69cf2b47 2,472 1.00/1.00 vMB 35
517,676 517,676 000000000000000000437000891c08e5e672d91fd330eb96b4a62a71bf0e8975 969 0.46/1.00 vMB 27
517,675 517,675 0000000000000000002af6e792ceb25fe99942e2ed61e4ff6cb573633de8a39a 1,325 0.73/1.00 vMB 26
517,674 517,674 0000000000000000002435d4a5b5d9f64217120dff0ac02dca6689da969a60f8 838 0.36/1.00 vMB 21
517,673 517,673 0000000000000000004ea8bca5d4170d13e1718268a79b112dac6a639fe04e71 1,119 0.80/1.00 vMB 13
517,672 517,672 0000000000000000002271d40778e9bf124beceaf29383294258dc69712953a6 1,301 1.00/1.00 vMB 28
517,671 517,671 0000000000000000000edb4f65935efeca838d4048c0f914d691b41afc5f0874 1,732 0.89/1.00 vMB 14
517,670 517,670 0000000000000000001466e40cb0c4bbb04f27068586b4b553cd3739cbe36ee4 2,566 1.00/1.00 vMB 31
517,669 517,669 00000000000000000027d8a84208f0ae1674a25c6d40b7be308f7bfd7681371d 452 0.32/1.00 vMB 36
517,668 517,668 0000000000000000001d97cb9c3fb27b6c0c658e5199e1e8a76fb6e1c0af742e 569 0.22/1.00 vMB 21
517,667 517,667 000000000000000000041e027b8eaee6f861b74c8a96fca9ba6bdd84e90f1e7f 619 0.28/1.00 vMB 21
517,666 517,666 000000000000000000166758edfdc1e12bebde8e8254c0188ebdfda932631636 46 0.02/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.