Memory Pool Memory Pool Refreshing

4,327 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (352,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,485 555,485 00000000000000000015ae06d1cdceabee87f25de4cd6c0f6a3cd535ab07d800 0.26 MB 269 4
555,484 555,484 0000000000000000001af534a8786132f2f3f09e57c1bd1abb855d1b15bb38dd 0.12 MB 324 6
555,483 555,483 0000000000000000001a0bdd4b2632d20ce80aca3502c16796161d775984074f 1.10 MB 1,620 6
555,482 555,482 0000000000000000000a149cfacfa57b1034b5ab5438933503ac893c5424912d 1.07 MB 1,688 5
555,481 555,481 0000000000000000001a2184d193a4819e6a906e96df37940299811639e8afea 1.22 MB 2,853 16
555,480 555,480 000000000000000000211406117703b0940f6fe3c742f7c9a57012f0fbc3d541 0.14 MB 268 35
555,479 555,479 00000000000000000011aeafe234352a705e274d3c71f20abd4c82ffcc2c74a8 0.45 MB 934 9
555,478 555,478 000000000000000000094c8784ff4bb91ea5e5d443cad874eb2da394b42af0f0 0.77 MB 1,477 8
555,477 555,477 000000000000000000116661982c61c85e657521cd3d34fa3a0ff1f03ea30490 0.06 MB 134 12
555,476 555,476 0000000000000000000933fd8e67ce030c4df3039257a9e59743806b300d2480 0.94 MB 2,033 3
555,475 555,475 0000000000000000002f52bfe68b2238d460ec1310df5270451875003db1489a 0.50 MB 1,005 32
555,474 555,474 00000000000000000033b7a4ecb0c852109be9d2285bce43f2147c1e095c8441 1.11 MB 1,834 7
555,473 555,473 00000000000000000028849b5d75da4fe389c67a90921d56c525f1f35c5ef358 0.19 MB 411 24
555,472 555,472 00000000000000000029035bc3ab552d191dff3fcb7ca4c02ae2034f5ba1e609 1.04 MB 2,309 2
555,471 555,471 0000000000000000000f277957b5d9ec7444de04176beb28f71154df8885c4f9 0.57 MB 1,250 30
555,470 555,470 0000000000000000000f8c0f5e5333a4c7cffc6f42f463cfbc8ebc33917e4ac0 0.28 MB 511 10
555,469 555,469 0000000000000000000c5d3c2e861fb5c583abd60a622d40b42d5a3c2098609e 1.04 MB 2,283 11
555,468 555,468 0000000000000000000e273ae22d5f6e1b7e82b79ac27134b616ac850e12e149 0.67 MB 1,513 9
555,467 555,467 0000000000000000000cd4b5977ea7ff4595abcfa02aef69bedc5cde371594de 0.96 MB 1,673 11
555,466 555,466 00000000000000000022fc1077ce90256dc7edc43595b2bd866c379fa72835ab 0.28 MB 538 22
555,465 555,465 00000000000000000000b13fcf65bb8ee725b2a7ea5147be873a792f2424aec7 0.67 MB 782 6
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.68 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.