Memory Pool Memory Pool Refreshing

58,979 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,123 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,122 (455,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,427 413,427 0000000000000000015eadf96a005513cfea0f0734ef04bdd2c1cc7482dbbda6 0.17 MB 386 56
413,426 413,426 0000000000000000005d0836d2dcf672fb27a29b7799e5a53eec92cd64fc320b 0.70 MB 1,671 49
413,425 413,425 000000000000000001f9ee9c97480d2e949abd2e362b2d1a2bcb49b7f49c277c 1.00 MB 1,478 26
413,424 413,424 000000000000000005176f49468c85b1b55e736dda3eb8f8a5a12feb0fa6bfc9 0.99 MB 2,840 73
413,423 413,423 000000000000000003a27aae987cd9099d8b671c56d659579a409ef69a8beeeb 1.00 MB 2,650 60
413,422 413,422 000000000000000004d0febfa53fc47370db04220375d4b5ed44db648a454907 1.00 MB 2,154 38
413,421 413,421 0000000000000000050162816640dc91451e1e93380e0a75106030d993e0a4e6 1.00 MB 2,844 74
413,420 413,420 000000000000000000d4aaff167b3e81fdaaa639ca0a98700695ab995680ca0a 0.24 MB 464 85
413,419 413,419 0000000000000000055001bd13dcd432b43f5629050c685e142f716adc270583 0.83 MB 1,876 53
413,418 413,418 00000000000000000247d7b639cf4a9f68c4b4fba17eac42a6bd779f25797086 0.06 MB 173 72
413,417 413,417 000000000000000001dda4904f53e1855019c98307782ffbd678959c8feff4a6 0.02 MB 58 46
413,416 413,416 000000000000000002c4e5c40f18255e0f8c3d52115e0aa34639d1701c7e51f5 0.25 MB 643 59
413,415 413,415 0000000000000000016fa7ea2c50e82931b829f7fa087aba996e03cfc2d65732 0.41 MB 582 36
413,414 413,414 000000000000000003a23dd1c1bdfc171aa25af597cff53189dba24d5bc1fb90 0.99 MB 1,018 28
413,413 413,413 000000000000000004da88fdd5c2e88f6ae79952f1d7f3027c8b43465b2ec854 1.00 MB 2,614 57
413,412 413,412 000000000000000003ddf1f5d5626c582853dc1e15f1b46da36c0889cb93315a 0.06 MB 181 54
413,411 413,411 0000000000000000038989fc211ca290ec24378881bdebbdcacfc566dec00015 0.32 MB 899 62
413,410 413,410 0000000000000000019b9df925db0f59485b74f6f8b62a3536089925862944fd 0.98 MB 319 15
413,409 413,409 000000000000000000c0548b8be896e7c4d9e14610123bcaee200de50c74d515 1.00 MB 1,123 27
413,408 413,408 00000000000000000443e66b1c5ae145f5adf0bc2c2757346b4706b43a1fa53c 1.00 MB 465 16
413,407 413,407 000000000000000000fc146c7b3620bc47d1d858a51f16cc82dd5151c7039a86 0.50 MB 1,150 53
Previous 10 blocks ↓
Total Size: 697.79 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,061.77 GB sent, 196.71 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.