Memory Pool Memory Pool Refreshing

1,067 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,067 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (145,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,461 762,461 000000000000000000045187704eca8a1b60bcb498bcd05e57f4f93e2b36d902 1.47 MB 2,705 15
762,460 762,460 00000000000000000003240778fb256058e5d792721ee5612614cff6117696ad 1.28 MB 2,012 20
762,459 762,459 000000000000000000007a083cbd1a64a9a57e8ecdfa579108abd8c936206839 1.52 MB 3,352 28
762,458 762,458 000000000000000000050b2d93bc7db4a22ec3292b31d28e93608c61edec0a96 1.49 MB 2,778 39
762,457 762,457 000000000000000000033619981161a1bccb2222d744d5b567a487e15a73bf1e 1.58 MB 2,579 9
762,456 762,456 00000000000000000003a62c05543c32e27db46ec6cbfa56751e33518f7bcd29 1.60 MB 2,645 16
762,455 762,455 0000000000000000000564956a65311cf63d7370b534c5e87aa7f0caeed95d1d 1.51 MB 3,064 23
762,454 762,454 000000000000000000011b0545ce8d271112a92541bd298f88837f0c83e29fda 1.51 MB 3,227 22
762,453 762,453 000000000000000000061c4dc12569bac8e5ec41940651c20bad3fb0a7b7f55b 1.47 MB 2,763 14
762,452 762,452 0000000000000000000335bf767abce6155a0d46be9f2406c7b58e03688f6be4 1.47 MB 2,837 32
762,451 762,451 000000000000000000011c395883f196bf036c36926193a23613f0a8de6da580 1.35 MB 2,428 21
762,450 762,450 000000000000000000016b0644d63aba16b89c7daab3fe4ce1fffdb6f5843702 1.25 MB 1,866 19
762,449 762,449 0000000000000000000595e7db41c3a6cd2c888200c803b9dc93553293885240 1.33 MB 2,341 23
762,448 762,448 00000000000000000006d662a71c285fb830920956383e398ea3b56862eac749 1.22 MB 2,104 13
762,447 762,447 00000000000000000005a2c3bb4cfe367458656dde6adfda573703c062302bfb 1.33 MB 2,192 19
762,446 762,446 000000000000000000031041521786ea1e88fb92d1361489e209b531f4eb943a 0.41 MB 698 18
762,445 762,445 000000000000000000022ad5e72bb3ca1b7558aadd103d486f8771d650bd1fd1 0.20 MB 211 14
762,444 762,444 000000000000000000056a703a790b0d23dddc45f6fe6009701942770f6c7acb 1.34 MB 2,247 15
762,443 762,443 000000000000000000008e71110c1f98f3f7f2b4950ae52db1a899f2720cd9ec 0.51 MB 1,035 14
762,442 762,442 00000000000000000002c50fbabe3092bb62de0dd414dc912edd7bbc9888a68f 0.23 MB 513 13
762,441 762,441 00000000000000000004f880f3132c2769bb3f581277f3dad139c1e5f4e38ed8 0.36 MB 537 13
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.