Memory Pool Memory Pool Refreshing

19,538 transactions
28.55 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,711 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,419 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,710 (14,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,590 849,590 00000000000000000002bd12bb7f50a906b5bbb9af39b3d90002cfe9988e8b4c 1.74 MB 1,194 12
849,589 849,589 00000000000000000001793631554a75046ad96981e7916250a1656bb737ff96 1.57 MB 3,258 23
849,588 849,588 00000000000000000002aff73bbae5aa9b8b8e54f5da66bd5465f9bdefe48a4f 1.82 MB 2,146 15
849,587 849,587 00000000000000000000de08f25ef65b476e7fc4c36d93cca7b8a000a04ffe60 1.60 MB 3,415 22
849,586 849,586 00000000000000000000d7c5d9a1dbf0e861a3a45aa84fa0dc8c82eda22fb5c8 1.61 MB 3,722 19
849,585 849,585 0000000000000000000124d3e91f23544f509a4d9c82cc7e4b1f7602447f9135 1.78 MB 2,502 9
849,584 849,584 000000000000000000000fa8429606251c4a97fefb389d1b8cd818740d0d150e 1.83 MB 2,451 11
849,583 849,583 00000000000000000000f5f09149b3a9f86d0c57f83521e6e75cd45498b5abfb 1.48 MB 1,795 11
849,582 849,582 0000000000000000000153744467a98231a70e70a67d7ba56b3fe0563ecd7406 1.60 MB 3,533 17
849,581 849,581 00000000000000000002eea06fa7ee4870a73603f9314ebef3708ba72a22210d 1.58 MB 2,908 19
849,580 849,580 00000000000000000001faa63571eead73dd20cfd3f421dbaa52f0cec52a4ae4 1.58 MB 3,621 18
849,579 849,579 000000000000000000032d2f680d318f97fe3551553d81fa9cb8982b244d85db 1.70 MB 3,193 25
849,578 849,578 00000000000000000002f35e29ffc4d88f71b47a0957255a28dbe0cfa6f70334 1.85 MB 2,203 26
849,577 849,577 0000000000000000000192ad75bb82f26756a4cff962fefe5cfcd82b19408b78 1.69 MB 2,823 28
849,576 849,576 0000000000000000000306d40a70192fd069b89bda0eb506e1c6016e44171d11 1.85 MB 2,119 27
849,575 849,575 00000000000000000002681b6b93ee297da2835124839cb27e974c217f2bffc7 1.60 MB 3,639 20
849,574 849,574 00000000000000000000b6e528e3b052de77dd4eb001cb3967b4dfae7a004cbe 1.53 MB 3,814 38
849,573 849,573 00000000000000000002f5ff709a3c485332e53358b7986296dbdbe5e4f52eb7 1.62 MB 3,611 28
849,572 849,572 00000000000000000000db238050f08a986ffbd30f539fb721f817cbf468b65d 1.56 MB 3,800 19
849,571 849,571 00000000000000000000e29176492d36fb0dec931fad0a9a330a79aa513ff9ae 1.64 MB 6,056 9
849,570 849,570 00000000000000000002954fb993a6c610d565ba19c4cac415b2efc6cf582d9c 1.71 MB 2,604 14
Previous 10 blocks ↓
Total Size: 687.46 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,518.86 GB sent, 122.08 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.