Memory Pool Memory Pool Refreshing

3,512 transactions (1.19 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,828 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (827,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,614 81,614 00000000003149da3125305173ef0227d868a8393223da16c5008a23ae2c3c07 0.00 MB 1 0
81,613 81,613 000000000014f5ce74e7323b3af8ab3c2f7624d825f4267c38ba86db4fe2dc7a 0.00 MB 1 0
81,612 81,612 00000000001e9efa134670cd6013ce0b39068da672dc1e4101afde62264a338f 0.00 MB 2 0
81,611 81,611 00000000000892b672fce30a231cb2521713a1ea73181e9cc7035461566a9d24 0.00 MB 2 0
81,610 81,610 00000000003a133ce3951c9337ddb3bcaaecdb35f4cdbc943ea001133a590f57 0.00 MB 3 0
81,609 81,609 00000000000db23774a628efaa55423193749c362a4321c2b8e76a2909aaf834 0.00 MB 6 0
81,608 81,608 000000000029949d17be1a148a373529c83d505059936af92e178a1fff3ffe36 0.00 MB 3 0
81,607 81,607 00000000000992604a22feb2151f1c186c7ad965edbf6ead0e3a62ca4ac430fb 0.00 MB 4 0
81,606 81,606 0000000000467d7a6add98834bcbe91a5da76876b25e562078584886872ba198 0.00 MB 2 0
81,605 81,605 00000000000861a2c1212c2f61cc3cabf8cf601856a8ae13cac7af6a30801656 0.00 MB 4 0
81,604 81,604 00000000001eddf0742e57beef2479a7c1a6fbb730a390188e667b2a0139deee 0.00 MB 2 0
81,603 81,603 00000000001f6c762a631acee27365c8f20e6841d0596fa234ba24a7713a8db7 0.00 MB 1 0
81,602 81,602 00000000001d31d2def80704af2df7e0f55791782db5439a64f274ec0dc2e48d 0.00 MB 3 0
81,601 81,601 000000000002a3158e1978b48ef23276bd77b5782ee19e78d7bf60de6717ba35 0.00 MB 2 0
81,600 81,600 00000000001f57bb2538c1a663ebe715dd9b6e4ed2851de696b25223cb01c34d 0.00 MB 1 0
81,599 81,599 00000000000285fa8dfabf5e56741281b27b5c0c56aef4ab1278868a7c2108ed 0.00 MB 1 0
81,598 81,598 0000000000179ae46156fd09ef73435bc475d3cec89443969d9411429be35a95 0.00 MB 5 0
81,597 81,597 000000000024cdd5c46f0a39e3ee0f41fb170f33e5702b7ba92cdd2aca002b0f 0.00 MB 1 0
81,596 81,596 00000000002f0b1e0d22d17514f745fe60243374d8ccb08dad47eea0c94aaefd 0.00 MB 1 0
81,595 81,595 0000000000007344ef9cfd4ccc0bab86025e302209bf06f1ee2e374d63ff2e4b 0.00 MB 1 0
81,594 81,594 0000000000461cdc5a91294833d52bd0f1e155004c845e74c40f04b6f9c7e3cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,937.94 GB sent, 106.47 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.