Memory Pool Memory Pool Refreshing

39,332 transactions
29.81 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,493 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,548 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,492 (159,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,464 703,464 0000000000000000000044826a8808d5b34cf2008e99fb64129d9b07e1aa2766 1.04 MB 1,014 10
703,463 703,463 0000000000000000000cceb91adcb0c724914dc69d6adcd1c03e718826efde79 0.02 MB 30 9
703,462 703,462 0000000000000000000ab4921beac311d3b672e3d78f165f63f4b49eafd79245 1.00 MB 1,565 7
703,461 703,461 00000000000000000004f114e6f7e165e1482be43b86f84cfbf081a31db29421 1.18 MB 1,056 10
703,460 703,460 0000000000000000000873129fd397de9c504c7f5f6945f2255f8d0835b0af04 0.70 MB 910 6
703,459 703,459 00000000000000000003826754f8d612e9131a2724195fc52f8f48dee3f943fe 1.24 MB 1,479 8
703,458 703,458 000000000000000000054ff16a8647ecf06aeb6c5f2dd86e8c33d644823ab0a9 1.32 MB 1,518 6
703,457 703,457 00000000000000000009ba4faa3d7bcda0b1e92fc9282e5a700c249c00ba82bb 1.12 MB 462 5
703,456 703,456 00000000000000000007897bea61c51d4bbd68f8b9d00de8340a8f40f4e346b2 1.28 MB 1,575 12
703,455 703,455 000000000000000000016e58dc63908f27431bd8218f792f28ad8b2a8fefbdbf 1.25 MB 1,661 15
703,454 703,454 00000000000000000001b5e80e036d2a3dededb28b3f38a4839a25a04e86500c 1.37 MB 930 6
703,453 703,453 0000000000000000000d2a7634fffce2a120a7b20622c0d70cb4422597e5b89a 0.68 MB 453 7
703,452 703,452 0000000000000000000ae4de31e4c06c2d909037453783847e208d84f727b75a 1.16 MB 966 10
703,451 703,451 00000000000000000008b88ad2d31d336970b5254400a581c7078716ed18e540 0.37 MB 555 11
703,450 703,450 00000000000000000004da8360a065705125fe9b8551614d63a394461a5360f3 0.97 MB 1,214 12
703,449 703,449 000000000000000000094069bdcd5941a19c902846ada781e26896573407ece6 0.18 MB 345 13
703,448 703,448 000000000000000000055a6cf4396e1639405a7f9cb34fcaaba361a53923fee1 0.25 MB 141 2
703,447 703,447 00000000000000000007ed1b399003d2e86d89a01a8f096d4cbc2ca321a1cbc7 0.38 MB 584 11
703,446 703,446 000000000000000000000326dd645754ea43973bcd512bcbdcedef20ceb07a8d 0.02 MB 42 4
703,445 703,445 0000000000000000000c387e8eafd19eb72b655b83a517d33818febe02201a73 0.31 MB 562 12
703,444 703,444 0000000000000000000a48802471f7752f5ff147c33b4813cd66b2a4b082bb76 0.91 MB 1,070 2
Previous 10 blocks ↓
Total Size: 685.10 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,371.59 GB sent, 106.07 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.