Loading Tool

Explorer IconExplorer

Memory Pool

47,544 transactions
28.05 vMB
0.09012561 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt 1d5d0f7c47c15eea68cc53a8c5c7673ccd72fab2eeceda94eba4beb927b3afe9
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root aaf2d0351941ca407de11655cc1c41ad5ec6e1454ded437c05a4ab8fb0393a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03495146 BTC
Feerates: 500.00 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (304,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,683 610,683 0000000000000000000bb27571f58f9795cfa0ae66b0a97a82863d7875cd4176 372 0.18/1.00 vMB 23
610,682 610,682 0000000000000000000bfd4621ce84eedb286e4520de2db823b528856e97cde6 636 0.23/1.00 vMB 15
610,681 610,681 00000000000000000013b4eb6b54444592788886ac5000bbcb4be3417cb4cb96 60 0.02/1.00 vMB 11
610,680 610,680 000000000000000000150dc10fe9d374acb824eb3b35b845b40b6a1af83956a6 1,740 0.78/1.00 vMB 6
610,679 610,679 000000000000000000025e0f21821c156ac347424a46af239701d2c3db199ad4 1,225 0.39/1.00 vMB 7
610,678 610,678 0000000000000000000b043f8803f498ea8e78e57c104ca22d4f3d5cd10b68fa 1,755 0.49/1.00 vMB 8
610,677 610,677 000000000000000000140cedaf4d3a483d56398443ed47dcc024d7f9e0be429b 353 0.15/1.00 vMB 15
610,676 610,676 00000000000000000005304a7aaeccfd0fd706f56d7ccd8850879aad275cd21f 715 0.28/1.00 vMB 15
610,675 610,675 0000000000000000000d7f47b776a0195091c1b0cc4fbc38e0130027d5cc8b7d 130 0.03/1.00 vMB 6
610,674 610,674 0000000000000000000c0110537d452003d8b4642d53b2cd11bbdc14ab3f159c 770 0.21/1.00 vMB 10
610,673 610,673 0000000000000000000e7f226f073dab32439ab30b0d1f6fa685bd91a448d7ea 3,312 1.00/1.00 vMB 9
610,672 610,672 00000000000000000013e114c7f3d5b986762130ca7761dc867be573adde5807 3,089 1.00/1.00 vMB 9
610,671 610,671 000000000000000000027e5e7f31da33a8a820646ba21fce8a758ade4c552fc9 2,335 1.00/1.00 vMB 5
610,670 610,670 0000000000000000000d8ed8c8095ad83999a92e7fe3b0a97b1ccc392a75bc16 3,586 1.00/1.00 vMB 8
610,669 610,669 00000000000000000007cf9eea3a8ff3d6fe8ad43a3f1371c983d3a97dc46efd 1,674 1.00/1.00 vMB 1
610,668 610,668 00000000000000000004a9c9b4b0e48e44dfbd9af8293903d0514b6a83e8b54b 2,555 1.00/1.00 vMB 4
610,667 610,667 00000000000000000006d1ea9a0ea31311ad381acb102d4de1304e1db57b189f 3,480 1.00/1.00 vMB 9
610,666 610,666 00000000000000000009b53916f1251b278079968272f8feebda6a529980389b 2,331 1.00/1.00 vMB 22
610,665 610,665 00000000000000000002e29d4afe2cab341c884d4591e42cda3bec3b7af8cf87 3,014 1.00/1.00 vMB 8
610,664 610,664 0000000000000000000064b866e5cdd5e2dd7fa960864e124ebf6c44ce08a36b 3,090 1.00/1.00 vMB 13
610,663 610,663 000000000000000000034cc80fc16c3d7d64f13085d209497c421c86d03bc1c1 2,841 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.01 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: 649.46 GB
    • Received: 13.17 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.