Memory Pool Memory Pool Refreshing

3,442 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (845,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,072 63,072 0000000000e1b118ac38b62c2697d2786f59e3eed708c5f1465bc953098bc924 0.00 MB 1 0
63,071 63,071 000000000305787b66fa89c2528a15afa6e23a2282f9ebe5e9c7e139d6b2766c 0.00 MB 1 0
63,070 63,070 000000000b28cae8ac6e16859729cca9da355071febe3f7e954565aca959b414 0.00 MB 1 0
63,069 63,069 000000000adb274059a35dc0ae3df442290c12418ffffe0dc6cc68ce5c5f5c22 0.00 MB 2 0
63,068 63,068 000000000b3c27366f6faecf32fe191c3dfbbf4f52045baf334dc4061baa7ff1 0.00 MB 1 0
63,067 63,067 00000000086fb96a12d1bcf2667fde68b0ba3fd1aa0133ad5153f3da2e53bf21 0.00 MB 3 0
63,066 63,066 0000000004d8bf785efdd31663db5540e9b27ccf562264a334fa789780d0ae6f 0.00 MB 2 0
63,065 63,065 000000000cf7e61496fc5fc7e5815e3fff379174205db41957a62982fe0ec802 0.00 MB 6 0
63,064 63,064 000000000220bb00e0906070d858071808407df7c88f5ff27f8b555494a2a8e7 0.00 MB 2 0
63,063 63,063 000000000033b057ff020448be85eb760a04aa8a219d25a75924c2ef52b52de8 0.00 MB 1 0
63,062 63,062 00000000028e0dd43e270131593b486416483d4fb40519843a03d50d2de0a407 0.00 MB 3 0
63,061 63,061 0000000007768660c4d22865521ca8340ef11f8765a1a6bf95755e23e3435c1d 0.00 MB 2 0
63,060 63,060 000000000b6c98adf6e713dd26aacfed8827f8a76f2c579c402871f557279cb8 0.00 MB 2 0
63,059 63,059 0000000007565adea744eae4ca8a14daeddf4a1d1d85fc6c1695905a178d91bc 0.00 MB 2 0
63,058 63,058 0000000006542176dbb10d499400bdfdb6ec71fbf35bffd56dc827027f50489c 0.00 MB 2 0
63,057 63,057 000000000a9a33e7d0e86adf4d23ac731d04265e3522e0b1e5a235e1aa961705 0.00 MB 1 0
63,056 63,056 000000000c2f87f2f72fa8b625a13c414a6d6b7b5a9223f79037cbed05c9c5fb 0.00 MB 2 0
63,055 63,055 00000000061689b28a3a2aa7c96b64d1b4c9f794987c6c2f938bffb24ca41403 0.00 MB 3 0
63,054 63,054 0000000003068ccd9a75efa8317142bcc38441d91301182f6dbed8269f24f93e 0.00 MB 2 0
63,053 63,053 0000000001383965fa70ed28a352a1f01a2b4a3e1fb175ff5e9328d58736e01a 0.00 MB 1 0
63,052 63,052 00000000039cd7b662b48046878057dcbec46f5002acc12d7cbfa9c66ed22d2d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.63 GB sent, 101.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.