Memory Pool Memory Pool Refreshing

5,096 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (285,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
622,505 622,505 0000000000000000000e5e0e954f52d5255e73dd10962f51ac6e987d3f079832 0.56 MB 1,136 27
622,504 622,504 0000000000000000000fb4c3961c6c75768a97d609890b3fd2d7795ef348c3ea 0.36 MB 602 34
622,503 622,503 0000000000000000000d72b0f2538004019cf92530deb324dd268e5cd45b3602 0.15 MB 390 35
622,502 622,502 000000000000000000048236219c436a87341fee1c3d11004f85dcc5bff75ad7 0.88 MB 1,756 32
622,501 622,501 0000000000000000000ef102247f916c2863d7cb893b4431c87ac4a4ab8151a0 0.20 MB 459 29
622,500 622,500 00000000000000000008a6db4586da2b1aad5c928ad00e61fdcb468d428b288c 0.41 MB 825 36
622,499 622,499 000000000000000000030f758eacdfadd97d817e4363711de01f29779e9f47bd 0.55 MB 989 30
622,498 622,498 0000000000000000001093c7d7ee7d0db8615941e8e6f321e209f9f3b0263cdd 0.74 MB 1,502 32
622,497 622,497 0000000000000000000152f345ef327185fff33a63dd63ed949869a42269f7bf 0.53 MB 1,190 43
622,496 622,496 000000000000000000030379350740980466adbe98639053b608bbb2b8f78513 0.23 MB 519 33
622,495 622,495 0000000000000000000a9084b0bd81b90e035dcd41be1397c7e9b2006658ed4e 1.09 MB 2,381 35
622,494 622,494 000000000000000000104ea54421a957ac23c59d01026b7c8c5697d8308a9c3d 1.27 MB 2,972 11
622,493 622,493 00000000000000000005d370a92c0c004f5ada84a912a21aae75fa986cff6d49 1.36 MB 2,169 39
622,492 622,492 00000000000000000003ea8f59a34606fe58d0c9fcb022d580c4b0651a9b5673 1.26 MB 2,786 79
622,491 622,491 00000000000000000002f5e360bf12f58198efa15c4d5da284bd544079bd7df4 0.88 MB 1,572 34
622,490 622,490 00000000000000000002152a4fb2d3970698107a99a68e6cd5a433871042b978 0.27 MB 357 31
622,489 622,489 0000000000000000000768125880f84105865b177e47e71f09b86934a782768f 0.37 MB 543 24
622,488 622,488 0000000000000000000f1902bad3f6a1fd73ddb57c4fefc69cd27acf4006fdd8 0.26 MB 483 42
622,487 622,487 00000000000000000005e8d9e7fdb0194799d990209bdedc0528bbd6ee688a2f 0.23 MB 490 37
622,486 622,486 000000000000000000068e9b7bdddec609ce883f92954d7f1c792a35ecaf3d2f 0.09 MB 170 46
622,485 622,485 00000000000000000008caefefa4815cf9f05eafa2f8f35f9310cd69ffa2fba4 0.41 MB 978 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.