Memory Pool Memory Pool Refreshing

33,484 transactions
28.58 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,463 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,468 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,462 (413,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,441 449,441 00000000000000000168a3381f92792144b2f8227b6ee3a673ffab8130d0c83c 0.75 MB 1,557 74
449,440 449,440 000000000000000000bea34808862f96e9dd435ccbd4893c0d85c84d111cb3b3 0.34 MB 740 78
449,439 449,439 00000000000000000102bf6ff6da7458cf78065a581cb27b58361b290b5d0f51 0.80 MB 1,050 39
449,438 449,438 000000000000000000e67e4f8efd30766e49a12a99eace4b6a8774a8e1c84434 1.00 MB 1,478 58
449,437 449,437 00000000000000000298acf143f69a74a301441e9f3334de9474642f5e9ce80a 1.00 MB 2,316 84
449,436 449,436 0000000000000000029f3aa15235793d5de8197b0e4d850b396ffe40a29c45a4 1.00 MB 2,211 90
449,435 449,435 000000000000000001d4bc9a4216ddc4f4cbfbb8f1590efbb2425051c096bcea 1.00 MB 1,798 69
449,434 449,434 0000000000000000002652ca7bdab2ac6834bcd43510b1f880bb32b22acadb02 1.00 MB 2,675 74
449,433 449,433 000000000000000000582a270c8765f14c25cfcd88539d161e54ac6a7ad97afb 1.00 MB 795 77
449,432 449,432 000000000000000003291e10039fd4e1f42db74c7eec3d5adde9c8c2f6a2efc8 1.00 MB 1,789 100
449,431 449,431 000000000000000001c7a6d9232f148a2d342fec8b9ded1ffd20005f85542eb2 0.75 MB 1,603 71
449,430 449,430 000000000000000002925ca477344a16663601bb8b9eddd12e36c4cbac72ada2 0.12 MB 310 79
449,429 449,429 000000000000000002f2ee2af958332a9b4871200a96e58ea9b39e2656609008 0.18 MB 210 54
449,428 449,428 00000000000000000026feb5bf99f790e68a6e32efa36e53392bbddf2d5ef1d0 0.67 MB 1,109 45
449,427 449,427 000000000000000000b87ead6143e32e0e57ee6b58b062a73365fa7fdf841bed 1.00 MB 2,311 80
449,426 449,426 0000000000000000002b001e574700fda20d7fbc36b6883ece0028087990b88f 1.00 MB 2,807 92
449,425 449,425 000000000000000001822761dcce237d28d1e83f68fe0fd0c38179441ffba794 1.00 MB 2,317 83
449,424 449,424 00000000000000000243e7090785547f8f876895669d2a246fd50c243f10b430 0.06 MB 166 83
449,423 449,423 0000000000000000020fda15f8a1f34d8b104b194c70d291fac8d22e19b90f5b 0.75 MB 869 46
449,422 449,422 000000000000000002e6cc4099f279aaf8da972a55a851128a4ff846b2fcbce5 1.00 MB 1,803 69
449,421 449,421 000000000000000001ad61bde3ddf30c35c8d91dc2bbe3c72676048f2bad6397 1.00 MB 1,890 72
Previous 10 blocks ↓
Total Size: 685.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,370.06 GB sent, 105.59 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.