Memory Pool Memory Pool Refreshing

1,402 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,028 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (813,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,721 94,721 000000000003ccb6206739b891dc630480ee350f01f078285b2a344d905f895c 0.00 MB 3 0
94,720 94,720 000000000003910961d738bb3cae6a739ab915529a4e8d08af1361de92acc180 0.00 MB 1 0
94,719 94,719 000000000008478e88248c361714bc7844626830a470b2035910644125a9830d 0.00 MB 2 0
94,718 94,718 0000000000064f561883e7d56a4115e3f966802a9c217e157aa0d7070db929fc 0.00 MB 1 0
94,717 94,717 000000000000232047b81729808eed980e22951a5dc6577ebf52100885c10ae2 0.00 MB 1 0
94,716 94,716 0000000000094176a85862a2666093d6cb3f2fa965a1530aa7e000054983b6ad 0.00 MB 1 0
94,715 94,715 000000000003ac9df53f90aa08a23b5d71a7c0c5efac42708569dde0e5139032 0.00 MB 2 0
94,714 94,714 00000000000519adf2fb772531d8d8618f5741d739dfa2d6fcd5c6854cc22691 0.00 MB 1 0
94,713 94,713 0000000000043f8050b9f43c715bf75d1dbc197eadb1beaf5119876fcd862f12 0.00 MB 1 0
94,712 94,712 000000000008dccab28d8ebe96aa0ca7b68e05b1316f5a6fb4cda0d8769b6f49 0.00 MB 1 0
94,711 94,711 00000000000210532cd2f915eabbfdfb056308c97ffe4b36a1e2aeb66cf697fa 0.00 MB 1 0
94,710 94,710 00000000000212a118ab36d0b813b69e7d840c34e808ab09aa50cd3a867d133e 0.00 MB 1 0
94,709 94,709 000000000006468d09daae84a312134343428dbd8bb35e117e688235b28c68a4 0.00 MB 1 0
94,708 94,708 0000000000015d87f978b9fb9aae8f9a71c374e0ddd4ee8d615580c60071d00d 0.00 MB 1 0
94,707 94,707 0000000000061aacc15911b28f06e83cc90cf264454a4d73906195d3980f8c88 0.00 MB 1 0
94,706 94,706 00000000000747c4a041828b447505c3b877cc1faa0996f1586fe941340fc98b 0.00 MB 1 0
94,705 94,705 0000000000003c335527fa8be7acb7e7c22bc715b3ac04189babf3577d40cd37 0.00 MB 1 0
94,704 94,704 0000000000028090e50c4d64a92e3ff411757858a405a2f272f19a221928f58d 0.00 MB 1 0
94,703 94,703 000000000005d9d7e34e073b454f6ecc46fb534f2dd556c92d28e4f7e3271807 0.00 MB 2 0
94,702 94,702 0000000000026a9d15b936f216ff365c2484752b4a0a98c0b4201a3d87f41b35 0.00 MB 1 0
94,701 94,701 0000000000026300f5989982d059756f9b9dc7ab7fe60c319bf447303bacfac1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

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