Memory Pool Memory Pool Refreshing

29,152 transactions
33.51 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,855 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,371 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,854 (15,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,428 848,428 00000000000000000001bd7de04246d7d65d6b98627b61fd5f7151e9a5d25b14 1.34 MB 3,069 18
848,427 848,427 00000000000000000000807c92bf2fc8be6361dd21b29a5ce853688d0c8fec3f 1.90 MB 4,401 15
848,426 848,426 00000000000000000001a31ecd97930709418617e8222fe8c5bd64514f434e6f 2.34 MB 3,157 15
848,425 848,425 0000000000000000000288009c399d8a7459f8095f073ea8e381cc9a49b5d210 1.50 MB 5,123 17
848,424 848,424 000000000000000000023d9dd2b6781491e6dd59534f301b54270b904ba52a87 2.02 MB 4,204 11
848,423 848,423 0000000000000000000332bfec81cd923a8caa81f5ca6c19a8707479f0cc89bb 1.82 MB 3,091 16
848,422 848,422 00000000000000000001ff387e8d1ad2cdb445c693a5dfe3fe8844c51771b4cd 1.51 MB 5,302 15
848,421 848,421 000000000000000000012df3e5ff0db130a90c5fecd3d6820616ad0f3e7b2b98 1.36 MB 4,674 19
848,420 848,420 00000000000000000000b0376f72f39bbe658b36e0da0f97ea3047b126f85e22 1.50 MB 5,842 24
848,419 848,419 00000000000000000001130dff4bb072bc91bca8dc4fec72d740f48bc7089181 1.49 MB 5,170 31
848,418 848,418 000000000000000000017edf374202b503da6babbd45ccfdc19b26a459354895 1.46 MB 3,497 18
848,417 848,417 0000000000000000000100e0e4a4d4faccdf4858eeb5f6ac77e7953c837a265d 1.61 MB 3,387 18
848,416 848,416 00000000000000000002ad50012ef37eeb5f33df0ce097e2ef052bb8a11b493e 1.57 MB 3,970 26
848,415 848,415 0000000000000000000273d49cbd96e918dd677a731b8cb5d518a37b868b9f2f 1.59 MB 2,969 18
848,414 848,414 000000000000000000014226f504536b779573949813fe2c02592fec1ad1f873 1.41 MB 3,363 22
848,413 848,413 00000000000000000000940edabce57229d537f60246dbbdc28150b86c6cdb3a 1.37 MB 2,314 25
848,412 848,412 0000000000000000000285c6d596a51fa6cb47e4ade60af2df5bbb30ef5b8a39 1.94 MB 3,502 14
848,411 848,411 000000000000000000006cae664cd7c6230572b06a7397111142ef1953d5f2c1 1.66 MB 1,768 14
848,410 848,410 0000000000000000000072b8e08f2f165b9b31776a7fb9767a9e99ccc9ccdd86 1.49 MB 1,433 14
848,409 848,409 0000000000000000000123522b616dbbed3e323345d6a14ae904358eeb99fbf9 1.36 MB 2,032 17
848,408 848,408 00000000000000000000da1617003b12653b9853944deb8402a89c181babcd55 1.77 MB 2,790 14
Previous 10 blocks ↓
Total Size: 687.74 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,524.31 GB sent, 123.77 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.