Memory Pool Memory Pool Refreshing

15,716 transactions
39.30 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,271 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (89 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,828 863,828 0000000000000000000290407c9dc12927f9e8cf2e613b92612bc2cc65fca76e 1.49 MB 3,695 13
863,827 863,827 00000000000000000002c5b31a5f1830e5785f9f8e2303b80d6f769dd9a3142c 1.87 MB 2,829 3
863,826 863,826 000000000000000000010fc9898866850ad1b05f097964f88f52cc3aa1d7b4e0 1.65 MB 3,202 7
863,825 863,825 000000000000000000029df21c0584305a32caa6a33e7ac2c56a7499307b5dd5 1.61 MB 2,634 7
863,824 863,824 000000000000000000009fd7600a6c5473bbc31cdc1fb8a177166a074197a1c8 1.74 MB 2,846 3
863,823 863,823 00000000000000000000cf969f6b1e8df510ed456a3db3fabb4e405cfcd48a7f 2.18 MB 1,980 5
863,822 863,822 00000000000000000000a60fca4017a4e515d0556a1388470ed6551a3aead2fe 1.93 MB 2,551 5
863,821 863,821 00000000000000000002217203b1c9a567e6b7f368883ae9fc8534286f7f4d1e 1.61 MB 3,476 6
863,820 863,820 00000000000000000001f4a2257651c941140b35f6fcbdc9605e7d4fe9205b9c 1.57 MB 3,587 3
863,819 863,819 00000000000000000001d7e56808877f74c92e53b47964cec0ae22a0e925ea34 1.61 MB 3,157 7
863,818 863,818 00000000000000000001b56bdb1c19c9eea2ed7e5a68d5658fcb027b294be7cc 1.47 MB 3,365 7
863,817 863,817 000000000000000000003c023d195ada181b1a4d983e8ee2e09d8b90efbee1bb 1.79 MB 5,020 2
863,816 863,816 00000000000000000000c4832b39e96f370fe03617f4c75117dcb7a4a7588e3c 1.76 MB 6,023 2
863,815 863,815 00000000000000000001c4cf4d0a312683c0c2cd220223672a4b56142ce1ff1b 1.72 MB 3,901 4
863,814 863,814 00000000000000000003176da16469da31a42d0ae41c4b6f426929662dd62c92 1.76 MB 5,003 1
863,813 863,813 000000000000000000020b59972178e325a8c515e3f2db12520f2a376c2e4a1d 1.59 MB 2,835 4
863,812 863,812 00000000000000000002edd39f06a924f2728901e74587b6536e814c47bd9a51 1.50 MB 3,216 7
863,811 863,811 000000000000000000019b2e895421ea66f9fb5f951c8158c86b10bc3d5efa7f 1.78 MB 4,374 3
863,810 863,810 0000000000000000000263501a0dbeded7a1b0ff415997d2736c202f9ceb885c 1.80 MB 4,464 2
863,809 863,809 0000000000000000000321375ef60da93cdfa767c48e23ec892350fc3242bc41 1.57 MB 2,859 4
863,808 863,808 0000000000000000000048051354d4e22d3625e0598c10671c19bc04f2f3afc6 1.74 MB 4,909 2
Previous 10 blocks ↓
Total Size: 687.86 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,531.21 GB sent, 124.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.