Memory Pool Memory Pool Refreshing

615 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (897,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,077 11,077 00000000b76d2df36fbaaa8e210cc2890b5de47c3137e48c17f0597832a5874d 0.00 MB 1 0
11,076 11,076 00000000125d367b43e8a90e0c9bc9eb5b2af3bfafade3cbb55797a9b3928535 0.00 MB 1 0
11,075 11,075 0000000009fae5936e8057833dd5b516cfbf773791d1d62b21dff3674ab94eec 0.00 MB 1 0
11,074 11,074 00000000fbae0ea1463f91f203f393ca3a96daadb531f57304d5698901650521 0.00 MB 1 0
11,073 11,073 00000000601b626e417e74954a0e04cec38feeafe9b6c105b3011741ff019236 0.00 MB 1 0
11,072 11,072 000000004545e13768006be2bf4b4690ca2cc2091a94c434827b4317bed0e23b 0.00 MB 1 0
11,071 11,071 00000000403cf6c25dc70f64788e6845a8d552492881c2fccb3eb0892f1dc03f 0.00 MB 1 0
11,070 11,070 000000008656cf867fe317361b47b6e04c555ac829c5f6a1ad8bbc19a4a85ec3 0.00 MB 1 0
11,069 11,069 00000000bbd7fcd9f77f29eb676d5a907faac0c5bd61833ec2b061e881c2d7d1 0.00 MB 1 0
11,068 11,068 000000009f48318a0c625af197eff89b20b4bd034f154fa17e08701a503bbe4d 0.00 MB 1 0
11,067 11,067 00000000dbb234c62e609dd98c143b570b447fee5f528e5a2a09503baf7052e0 0.00 MB 1 0
11,066 11,066 0000000091776a32a4c0737fd160bf1400037066726a0556761ab5db4f4ad099 0.00 MB 1 0
11,065 11,065 00000000dc2d1c4fcf7e203571bf92b06f083530fb41e8b93f77607bbd347414 0.00 MB 1 0
11,064 11,064 00000000dc748162a3dcf3f9b17ff4b4f6617345a9bdbaf39ad2be2cfe68f30d 0.00 MB 1 0
11,063 11,063 000000006f270c8febc886c6c3c1de9d6bdac09ea0c099d833999d574f93bf1c 0.00 MB 1 0
11,062 11,062 000000008a361a200023b359e93975bffc606c47852595c68bed219b5f318deb 0.00 MB 1 0
11,061 11,061 00000000e976c27308e9a67df4e607a0308a506eaef0dbb32850d53cbbced6ae 0.00 MB 1 0
11,060 11,060 000000003a50ed96341903f4a40f844d8071feaba89d47e75ac99df2ca43f423 0.00 MB 1 0
11,059 11,059 000000001b176246e5bfad267c978dc6d44190bf0429fb3d049ad15ac6b7f808 0.00 MB 1 0
11,058 11,058 00000000b29cc89289861e02a65f7b3e84f5f15a4435ba72b2150ae5eefd2ef6 0.00 MB 1 0
11,057 11,057 000000002e85182f81c09cebf5695ffc0b77229fe45906191a0664f60ceb3e87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.46 GB sent, 100.53 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.