Memory Pool Memory Pool Refreshing

1,460 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,447 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (627,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,562 280,562 00000000000000011a15893357f01200106c5842fbb7b05088dac9167b7f1ae8 0.18 MB 407 61
280,561 280,561 0000000000000000f746c739d4252ac46cbeb765856ae839089aa8ab82851dd4 0.06 MB 116 22
280,560 280,560 00000000000000023af5a51d7e5990978e924192c49287bf724466107bc10e4a 0.32 MB 635 30
280,559 280,559 00000000000000024e415a72506dc46fa732260f61d9d11ee9a88d20f1b4f749 0.03 MB 101 211
280,558 280,558 0000000000000000a18b1e294e05829ff50134168d80c882f28d5775c10326ef 0.48 MB 808 28
280,557 280,557 0000000000000000ae22455f90306f43e8c806585fe2dfc3b0e92ac7b7620bff 0.25 MB 816 63
280,556 280,556 00000000000000020f3c005382cf9d08ce00d82f53cbb78481713d2be2887baf 0.08 MB 161 30
280,555 280,555 00000000000000013a2652265b630c063e766e39c37107fc11fea8827dc03470 0.45 MB 557 33
280,554 280,554 0000000000000002445448497f505e75ac1d8471959a182da77851a65db71be0 0.25 MB 454 41
280,553 280,553 000000000000000250c538e3d7a702a024ebe88506fe39a7eb78ffbf48b2f655 0.32 MB 734 46
280,552 280,552 00000000000000021dbd09275fa66b7034fe3dfbc34a7e6cbaa93eded792783e 0.02 MB 33 5
280,551 280,551 00000000000000000554934af8cbbdfe252487124ffb8212767eda9ea7f51ed5 0.14 MB 227 34
280,550 280,550 0000000000000001f2893a043e26ac08607fc9b004c486249af2fef26f59a67a 0.24 MB 350 23
280,549 280,549 0000000000000000e1014ed1b37dcc26acf4cbb023aa465f936fa80113fcab0c 0.25 MB 706 62
280,548 280,548 0000000000000001bff2b88a0e1fc9ea8246d3ba028f5f29f10e98080f93cd0e 0.25 MB 494 39
280,547 280,547 0000000000000001751a2752cc508e4bf475cc7344ad29c7eb0ed75dce64e427 0.38 MB 602 35
280,546 280,546 0000000000000001476a70b542a4369ccd44a07e3eaf0ad3ad08f966e3a234b5 0.17 MB 335 41
280,545 280,545 00000000000000002836168a51a7a7f712070a8ecb12fff6cd01371b244f44f9 0.23 MB 485 56
280,544 280,544 00000000000000006170578783b5bfe862d1abd58fb56be70b6997d61d24ca71 0.31 MB 702 50
280,543 280,543 00000000000000022a4cf5eb143c4c330daf383f2463e82f0a2b18d721e3d427 0.43 MB 231 14
280,542 280,542 0000000000000000e34bcfc0c60080206377ab3d4fc6bd7aa67680708ea4dcab 0.21 MB 449 48
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.30 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.