Loading Tool

Explorer IconExplorer

Memory Pool

72,998 transactions
28.19 vMB
0.07294574 BTC
Random Selection Loading Transactions
Max Size: 166.83/200 MB

Candidate Block

Mining Attempt c9f81b7c8b6621824801199b335c71142fa6f9b61ed716ab22e8dcec6ed089fb
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 8338dba9df15730e6f84183dd3a92751cd0492856c4b7b2706711886f88b51d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,062
Size: 1.00 vMB
Total Fees: 0.01654116 BTC
Feerates: 157.46 > 1.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (113,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,901 801,901 00000000000000000005147e4df31f018e72c50eaeb2604effa4b8ea213f1411 2,096 1.00/1.00 vMB 10
801,900 801,900 00000000000000000001517a1bdaf6d249c2ce82566af5f65a0a13358981abd1 3,250 1.00/1.00 vMB 21
801,899 801,899 00000000000000000002ed02a1f89dcd96033362f7084744a90e0ee27642390e 4,187 1.00/1.00 vMB 6
801,898 801,898 00000000000000000001eb43ecc5b1c05afe6e1be0a2cee061e0cb2010475580 2,930 1.00/1.00 vMB 9
801,897 801,897 00000000000000000001262484d4c4e7dd0b27fc7f5fbe298971bfe6e4083957 529 1.00/1.00 vMB 6
801,896 801,896 00000000000000000002df7359afb1506412f2a9a4971251de90bdcf4e0f3301 2,715 1.00/1.00 vMB 8
801,895 801,895 00000000000000000005566b1b58fe853cff75bfb9cef48b4816238e5751b1a4 2,339 1.00/1.00 vMB 8
801,894 801,894 0000000000000000000282ccaf6b0b85bde7260063eaac12b4eb4d4c3072919e 3,753 1.00/1.00 vMB 13
801,893 801,893 00000000000000000004261d7e1e194c3dd45c6f5d3e5c2d46268f0215a26280 6,038 1.00/1.00 vMB 6
801,892 801,892 0000000000000000000171426592000bd78b0b28c8fa1d23116fe95d742f16b7 2,170 1.00/1.00 vMB 10
801,891 801,891 00000000000000000002248cad016b05092975d2779a6018c8ad7004902ae285 2,066 1.00/1.00 vMB 12
801,890 801,890 0000000000000000000345223670114a6dafa0afcee3f416dab73dd400a106fe 3,577 1.00/1.00 vMB 24
801,889 801,889 0000000000000000000534816b3196065c3c9f38ba5e23f8341f62a6e57d0d62 2,495 1.00/1.00 vMB 9
801,888 801,888 00000000000000000000322616a4885692163a258f7d28ab41333889d66d38f3 5,232 1.00/1.00 vMB 8
801,887 801,887 0000000000000000000288eee9ee5ab521017edf6d6f1fc577e56a595d1de1a5 2,870 1.00/1.00 vMB 5
801,886 801,886 000000000000000000004c7ed945da0a7d18433df55682c0cbff4bf6cbef5e68 983 1.00/1.00 vMB 6
801,885 801,885 000000000000000000012ebbdbe01bc4647acebd561e97e58e03c5f72a396cff 3,394 1.00/1.00 vMB 9
801,884 801,884 000000000000000000038ed0aafebff2cc5c9afc81c73e2823450eab26b2f699 3,359 1.00/1.00 vMB 11
801,883 801,883 0000000000000000000072609366167adc6b8d9c0c6496d3e6bef308b0ac0a9b 3,784 1.00/1.00 vMB 8
801,882 801,882 00000000000000000003ef18480f5694811409a2d24eeeec55b29800984e8942 4,018 1.00/1.00 vMB 8
801,881 801,881 000000000000000000047582cd835642aef35bed9210364dc7251c52cb32ae21 1,465 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.45 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: 667.52 GB
    • Received: 15.26 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.