Memory Pool Memory Pool Refreshing

4,927 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (419,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,478 488,478 000000000000000000b05e4a5622995b2425e2f0c78dc2b2a1fcf25db0fd368e 1.00 MB 1,975 125
488,477 488,477 000000000000000000ccb2d05f2282d9ec7d9de9674d08ab785e3a3a0d0e6d8e 1.04 MB 2,342 12
488,476 488,476 000000000000000000820f73842fafdc75704281d5a63640dec3ee65422b8986 1.02 MB 1,416 66
488,475 488,475 00000000000000000023a541162b9314f097e55bfa8cda5754447ab150e2cf2c 0.39 MB 720 149
488,474 488,474 000000000000000000535cfd0214d7258e852f493a7afc1206f7e61d4ac3b9ae 1.02 MB 1,971 126
488,473 488,473 0000000000000000007e8a29f052ac2870045ae3970270f97da00919b8e86287 1.03 MB 1,338 96
488,472 488,472 0000000000000000004b9440cf8ac0b0e6e3efcb2f939d58b5c20c860846e6aa 1.00 MB 752 65
488,471 488,471 000000000000000000af7d4d27494b81297fff03094df50e8d8b734be434db9d 1.00 MB 1,676 75
488,470 488,470 000000000000000000f6af507822a695390bada30cbd0c517c12442effb277af 1.00 MB 2,147 33
488,469 488,469 000000000000000000a738e54372200b63c50d5ae5aaa614c22a6dadef67d489 1.04 MB 2,058 119
488,468 488,468 0000000000000000005df492a06848d599f78d93c0e5305313d3fb5b64567d05 1.04 MB 2,589 196
488,467 488,467 000000000000000000d36b55c14e5d214b5d923f9020ef945be95f9780981f5a 1.02 MB 2,216 96
488,466 488,466 000000000000000000ed3e51d24ea17683671d046e7b92f4e68449c630a89f9f 1.01 MB 2,127 66
488,465 488,465 00000000000000000058a2ff0fb01cc66a5de23f02af201f4e39791ae635d5cd 1.05 MB 1,859 88
488,464 488,464 000000000000000000bfe69f48d8706b5636f04b5fa2d5600ae7b90db2bac5cf 1.05 MB 2,437 188
488,463 488,463 0000000000000000001f2dcab4f6a0966ef10e4f6440795ec144299c64d57b78 1.00 MB 1,788 30
488,462 488,462 000000000000000000a69bec7c79ccec30a8c7d176b13bf24cbc1218dca2f5d6 1.02 MB 2,000 168
488,461 488,461 00000000000000000051e56d9d38430b10efde1398963977d257fda43e248b9e 1.02 MB 1,140 66
488,460 488,460 000000000000000000b34861e7c643968dd0a90578c98d2c80bce9def9c3f9ef 1.03 MB 1,920 46
488,459 488,459 000000000000000000bdfe7b3cae3ddaa71087bb1000f9df6889d5b42059687e 1.00 MB 2,177 61
488,458 488,458 000000000000000000ade7f5e68e9d6e22d8bfeb56768e195a2c4cd1998942aa 1.04 MB 2,386 103
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.