Memory Pool Memory Pool Refreshing

5,022 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,362 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (849,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,263 59,263 0000000000c7c61160facd8837eb3bdbcf11431c1bb8d1a53ba6283ab04a3326 0.00 MB 1 0
59,262 59,262 0000000001d44b24fcd5022ce2c4ea37f7f88a780ffbf79ce982c047168045df 0.00 MB 1 0
59,261 59,261 000000000b2146dd698392473b0ce99c6abd3500c01f48d94d593bae66875f28 0.00 MB 1 0
59,260 59,260 0000000003f04a3438ab2fba223f97de861d6dd92176f58fd21db1f42e6a96aa 0.00 MB 1 0
59,259 59,259 000000000e5e53faf8af152c70b0d6766a340ce73a299a400b9e447ddc88f26e 0.00 MB 3 0
59,258 59,258 00000000012d9fe200660fc3e246174e6b82a0bbc04e798a5d3221718bea05bc 0.00 MB 3 0
59,257 59,257 000000000ad8479fe7903c9c849af644ac402b6ee41a3126060c065c4171c8f7 0.00 MB 1 0
59,256 59,256 00000000088b0c43daf2a2ee991d437490c0935e5222e3dfbdffefe2ea8e5d67 0.00 MB 1 0
59,255 59,255 0000000008b2112a4c918978e8ea2d83ff9917dce98563d5985a2000f6ba0f94 0.00 MB 2 0
59,254 59,254 000000000cbff093dfbfc7533b5acd9057e19a8e30821e466f9f7fd78237be5d 0.00 MB 3 0
59,253 59,253 000000000df0cd2ff660fce5144d86cca95d1bba01bf282ef7fb520434411d67 0.00 MB 1 0
59,252 59,252 00000000076e88b0dcf0c74aae74530a4c146a83d5cbade9e8029034d93d9092 0.00 MB 1 0
59,251 59,251 00000000009fa01f8069696d26b9e8190c0c1fe99571fedf659ec0b9a3850386 0.00 MB 3 0
59,250 59,250 0000000002bcd1b8182556670520b7ec0b3514bee3c25cce930471fe97b4be6a 0.00 MB 1 0
59,249 59,249 00000000062ff392e75d727374d19c495de2a1d90127ab7b0d78ebe4495ab07e 0.00 MB 1 0
59,248 59,248 0000000001dc853515c5e16b73bdef62fbfd8abfd17f6e02a321b832923d2018 0.00 MB 1 0
59,247 59,247 0000000007c0ef09b9d017cad3200725aa14006774e25541e146e8032d61b349 0.00 MB 1 0
59,246 59,246 000000000b2b83a82d697ed84a9ca063f737dea34d12abb4e19de9540982e801 0.00 MB 1 0
59,245 59,245 00000000000a9f6568d81d761a70d08590873b325093da2057d1bb1d3d1a72f8 0.00 MB 1 0
59,244 59,244 000000000c9982057598c5a748583c0d90a9cdb5aea4bbbedebc63d784a50974 0.00 MB 1 0
59,243 59,243 0000000006db80088ff25c00161b14b1f1bda6747d7d67dcc31aa3c3de67fea2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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.85 GB sent, 101.79 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.