Memory Pool Memory Pool Refreshing

1,991 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,530 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,991 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (864,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,733 43,733 000000002c71e5a3c077fdca665d6bb2bb34f58787da071d06ee77974773ef71 0.00 MB 1 0
43,732 43,732 0000000001cd2a9997c82d39f7f8e9091abb5f958a790611904042f4c23929ab 0.00 MB 1 0
43,731 43,731 000000000bc446c5cdda0adcebba5f410f229aa4d8b17153f4b83b58170b5a78 0.00 MB 1 0
43,730 43,730 000000003469ee346f6d5855cfba43ca606c73ca7b932fc9eed3beef98b6f46c 0.00 MB 1 0
43,729 43,729 000000004364a6f826de6d0eec8a10c66d52ad21daa497a8b97e2c1a8633c55f 0.00 MB 1 0
43,728 43,728 000000003ec60d2f11cc028cc601885cddd895374828b76690293e0a1a02ee2c 0.00 MB 1 0
43,727 43,727 00000000394278edabc1c349eb1379410bb84b82cf9471bf01baa8494daf2ff8 0.00 MB 1 0
43,726 43,726 00000000423a3949e8967b74e62b92e842ce580e0f0c9f20093a37b16bf9c11a 0.00 MB 1 0
43,725 43,725 0000000017db9f29602d5af2c9601c989f971d829b76d686e083f2e6e7c970e9 0.00 MB 1 0
43,724 43,724 000000001908844559adfbc0892059db372b2d57a83551eae7eecb2b04486816 0.00 MB 1 0
43,723 43,723 000000002b347699ebf99abd64b1581f3bfcf3b156f2752715950ffe58427b20 0.00 MB 1 0
43,722 43,722 0000000008963c0c6605764d82be3ca575e8284e91e2c58d4b07bbeaa4ae0997 0.00 MB 1 0
43,721 43,721 00000000414902b1440c0cc1855892065be21e110b5d3c327a48a0e2a4a58ad5 0.00 MB 1 0
43,720 43,720 000000000aebb8d815aab12287859025eba63cb8cd91d71f4abed59fb018d646 0.00 MB 1 0
43,719 43,719 00000000064eb9933a6fb5820af227ef361a42af8ace7eaefc36d1dcf8085dac 0.00 MB 1 0
43,718 43,718 000000000dc7165590384e32dfb70383fa4bf250be0565dc88c666cc07a3d3b1 0.00 MB 1 0
43,717 43,717 0000000028e839ff147041dac80b4c805013442e77cf40d11db039d084599181 0.00 MB 1 0
43,716 43,716 000000000a766c96533e80f83e739f809847fa1b106e65874ca984c4022889d7 0.00 MB 1 0
43,715 43,715 000000001c57ad4795e8a3d1cff3ee5eb9eda3f58baac3f2ec273d36fca726fd 0.00 MB 1 0
43,714 43,714 0000000027eaa0302f924dc2cbff443a8da8569ae624f0f93725d1370b41d77b 0.00 MB 1 0
43,713 43,713 000000000ba42920762a9826c699c00932bc55caa78370005cf10114ab985dbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.