Memory Pool Memory Pool Refreshing

71,684 transactions
26.99 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,017 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,102 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,016 (60,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,432 801,432 000000000000000000032b085cd1fad6bf99d6eba0fbedcc73cfadfb0245420d 1.62 MB 3,573 12
801,431 801,431 00000000000000000003170d1417a26825cb39e75fc99ff1916e734df3891534 1.53 MB 1,637 12
801,430 801,430 00000000000000000002768172d068fb04def039be4e0e8946a2dd59800e5075 2.08 MB 6,271 7
801,429 801,429 000000000000000000009c9eb679c8c8ad5bb8ff1381d1f015a039e6e7987537 1.43 MB 2,280 13
801,428 801,428 00000000000000000002d986d7d479bb1ac593c2bb05ea72e4cdf983fb964795 1.82 MB 4,314 10
801,427 801,427 00000000000000000002e4d32cd4e53f20d8785cbb30d21082d12ae019d67cc2 1.75 MB 1,552 7
801,426 801,426 00000000000000000002b8b106a2be023891ce4f68e8cb6bd8679379c89c6614 1.61 MB 1,280 13
801,425 801,425 00000000000000000003f97232c152d97f8ea38148ea435e181715679711b7e6 1.97 MB 564 7
801,424 801,424 00000000000000000004f1bc81d578a8a1fd6b0fb966553b05e52ebe113fb251 1.73 MB 2,620 15
801,423 801,423 0000000000000000000531e544cb3e86e5fb54d08396404f3f7b726efa1ff64c 2.23 MB 941 8
801,422 801,422 000000000000000000010b0412d23e31fbc332202a40755f11901f520b5e2510 1.55 MB 3,165 18
801,421 801,421 000000000000000000023bd476292929c12fa73182394c8cb3acc9195cc9e7e3 1.48 MB 1,815 11
801,420 801,420 000000000000000000001bc29653be7f19c94efa0140710ebbc1f4035fc915d6 1.21 MB 1,448 14
801,419 801,419 00000000000000000004998dc0713e6167fb698f013917d45e366968e584458d 1.19 MB 1,538 11
801,418 801,418 00000000000000000004f6a7a37369d284a2c8a568963b94aea1b8b02fc36b74 1.49 MB 2,453 18
801,417 801,417 0000000000000000000517a670ae7114633f3a543c58895df6561424feab19a5 1.40 MB 2,770 19
801,416 801,416 0000000000000000000013422f811ccb7797b24201804dac6e4b304511951662 1.26 MB 1,550 13
801,415 801,415 00000000000000000002e65802b08cf690126922f00a30dff5ed746b9159e2ff 1.38 MB 1,997 14
801,414 801,414 00000000000000000004f63230cc89897c937ad0053b01402b908c93ce15dd74 1.38 MB 2,319 21
801,413 801,413 00000000000000000000540ac61153560ca1c23019be8d8370e4db12c9730daa 1.38 MB 1,939 15
801,412 801,412 000000000000000000008f8c46ac1b1634187d9eccd70fdb8b078e581e23d845 1.37 MB 1,820 15
Previous 10 blocks ↓
Total Size: 684.19 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,329.70 GB sent, 99.73 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.