Memory Pool Memory Pool Refreshing

7,598 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (855,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,406 53,406 0000000011d21f77d0855f0852b982a35c4c8b9970f481c0e439fab21d20f311 0.00 MB 1 0
53,405 53,405 000000000bafd595dc9805cbaa3eb22992db2688a3d773d320b067635df66320 0.00 MB 1 0
53,404 53,404 00000000120978ad3ebfde0ea4f0e3baf197d8bd57fdc3981d4fdfa5a99420d1 0.00 MB 1 0
53,403 53,403 0000000005f0620abe7e3c9ca6e05c5f5abc262572942aff0e2aa6c91f8164da 0.00 MB 1 0
53,402 53,402 0000000010c1e6b7441c73fafdeb1069ee33c785594c580315beba30f222472b 0.00 MB 1 0
53,401 53,401 000000000176fbcfff5aa666a4e391f2eb0ba20fd41d9c823f6400e344ebae7a 0.00 MB 1 0
53,400 53,400 00000000075d37d793981da7717e3317579a3376b6485fc9468f0f781bdafae5 0.00 MB 1 0
53,399 53,399 0000000013600ee6a46a4b934d137aa3592dabbadbd287fedcd529653a715695 0.00 MB 1 0
53,398 53,398 000000000ec28ee8cd1910769d0fc334df4e2e98a996a70ec9f407a5f6ffed82 0.00 MB 1 0
53,397 53,397 0000000013bd76d6883f0336b1134662d9c7e65a3ee14166cb63bc399ddf85e2 0.00 MB 1 0
53,396 53,396 0000000013d172efe59c648f5f6e77a32980ac573b3003d4517f957674bbade6 0.00 MB 1 0
53,395 53,395 0000000002644c8c84163b506e3a380020494c28bb809a3bab2730e2eb7ead0e 0.00 MB 1 0
53,394 53,394 000000000f4b734569030235c3b9be0133fe3fc290840d852758898d81cd08b9 0.00 MB 1 0
53,393 53,393 000000000457f9528b853143003be98a2c025258eca6cf01f6aa6de3e2669605 0.00 MB 1 0
53,392 53,392 0000000011892a1ec8239c15f8c68eaddf2381aebc8f4538b8b414ee0c0f2bea 0.00 MB 1 0
53,391 53,391 0000000009cace5cde0c28ff28f83caadeee45e024ca7746638b6c4b75f2c1c8 0.00 MB 2 0
53,390 53,390 0000000009bc08d5ebc4e38a77c4ab6ad36f39f0163228e6c0cf7f70b1bbf36d 0.00 MB 1 0
53,389 53,389 000000000ed490ad875a8bd24eff76e7f1c08fa644276707d23fa8f9976c0a98 0.00 MB 1 0
53,388 53,388 0000000001b48f07b1dff267b4e029c41cd3767758a38506e880da629d478430 0.00 MB 1 0
53,387 53,387 0000000007dc1d5a9f3b881abf78b920b7a027cf2e5047c4ad971b44e08b761b 0.00 MB 1 0
53,386 53,386 000000000c9a41284680c61e7828efed89d034f2003e51e5fd27937a5db4ee7b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.