Memory Pool Memory Pool Refreshing

44,528 transactions
25.11 vMB
Show Random Selection Loading Transactions
Max Size: 145/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,287 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,286 (237,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
631,477 631,477 00000000000000000003aabbcec36db0a19782db18dc1ff5686a89323d7d3c38 1.60 MB 1,244 30
631,476 631,476 00000000000000000007e823d69fe360da65de97ef18f83571b6374c7e0c7886 1.43 MB 2,776 111
631,475 631,475 00000000000000000010cf3e7ec72cb23d1b20db6840c8431b5eabb521c47e3e 1.32 MB 2,440 118
631,474 631,474 0000000000000000000e4d22162e81f9b9a3e3990ac152053fc0c12a0d13934d 1.51 MB 1,756 68
631,473 631,473 0000000000000000000b4434d947a6875a7f3141f8486befc3f2f6f043318191 1.70 MB 845 18
631,472 631,472 0000000000000000000a8483efe862187d9ba45a10bfccbf06e11a920bf8a0b0 1.35 MB 2,998 125
631,471 631,471 0000000000000000000d10d730d799af5d787fb7d6de01e6d258bd7942b04a9a 1.57 MB 1,870 49
631,470 631,470 00000000000000000001386aac630cefe99a3abf91b10fa4fab17eb84e00af5b 1.35 MB 2,198 74
631,469 631,469 0000000000000000000e58722a0baa01d5289c87fa0b0b08f37291314edec386 1.65 MB 598 14
631,468 631,468 00000000000000000003af0c09cde9d4fd3ec07b77b0d09e9db758ed4957807a 1.53 MB 1,302 30
631,467 631,467 0000000000000000000306a66ae2413040abd4a63348b8ed703b4a2572937b2b 1.32 MB 2,469 76
631,466 631,466 0000000000000000000848c7c8e40be66f992506394d152c813d819432fbfc3b 1.11 MB 1,663 10
631,465 631,465 00000000000000000002ccd1824fa28579406b2e6598c1dd80a6888330c1d527 1.47 MB 1,393 30
631,464 631,464 00000000000000000001e38b1ba98d3ff2f2056c22114dbfdeb30273c6d9c134 1.31 MB 2,149 128
631,463 631,463 00000000000000000002aa184800905a07bd256e091bfc6531dd691af64081f2 1.50 MB 1,269 44
631,462 631,462 000000000000000000084420925b51217077d80b8e229904766a03895ec03c5e 1.27 MB 1,923 47
631,461 631,461 0000000000000000000911e9fc577330361cd3f607989fd71443cd85857432ce 1.23 MB 1,813 54
631,460 631,460 0000000000000000000e98c4606920c50d2c41f291fbfb4a9920908c8cf489cb 1.35 MB 1,174 22
631,459 631,459 0000000000000000000e846839ca95a676e9f85e46cb0ee559d9546b3a5a4dd0 1.31 MB 1,689 41
631,458 631,458 000000000000000000020d718e820e4536fa474c3d36d65488e06104d559cdcf 1.20 MB 2,400 44
631,457 631,457 000000000000000000124321f82370d06f953ba1a193b20dd599e08af5eb2bf1 1.47 MB 2,289 119
Previous 10 blocks ↓
Total Size: 698.12 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: 2,068.48 GB sent, 198.38 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.