Memory Pool Memory Pool Refreshing

6,155 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (407,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
500,581 500,581 000000000000000000826c5f32edca4b208c5852b68bcac20e9acbbea6d102c3 1.07 MB 2,708 1,065
500,580 500,580 00000000000000000034e75f5cfba77736d21fd5acbda059b28555e2f81aba1a 1.05 MB 2,766 1,032
500,579 500,579 000000000000000000748b844d0f79af9fa3c4563c77467f8abdb4645e781153 1.01 MB 2,496 634
500,578 500,578 0000000000000000001cfe50d91c20896ec526d21ff074d164a2588ea0188aca 1.05 MB 1,836 915
500,577 500,577 0000000000000000003d099fe59659b3f30f0361d1366a3bfba3cabcd40321ab 1.07 MB 2,976 1,055
500,576 500,576 00000000000000000050fe1b95537fa2971d42216b3613308cbec41b38b9a259 1.05 MB 2,612 1,173
500,575 500,575 0000000000000000008c300bd55ab3908a50d7d6761187d57fd0b5680a658e4a 1.06 MB 2,638 1,068
500,574 500,574 00000000000000000006b0a515695fd00ca56393e937477eef8c2531f61d0852 1.18 MB 1,607 1,001
500,573 500,573 0000000000000000007945d5fb994ee4534c4d572aa1be4b1340e94c95d6cf4a 1.06 MB 1,840 526
500,572 500,572 00000000000000000084207048ca1e4491c98811508350c63f637deedd2031c3 1.04 MB 2,445 828
500,571 500,571 0000000000000000005d34cbb88f4b349c8c8a0f22dd0a4c1bdafe914e5e85cb 1.03 MB 2,282 825
500,570 500,570 000000000000000000202aaa1207fb812261d259ed3015130fd579f16c0ad7a9 1.04 MB 2,635 984
500,569 500,569 0000000000000000003a3b29c9642efebc5e78612b26ab8a632809a199addffe 1.12 MB 2,070 1,223
500,568 500,568 00000000000000000035a691c63d973f6dee879133b76ddfb01554928b86fb3f 1.03 MB 1,978 733
500,567 500,567 00000000000000000047969c150c3ede84837cb1eb86c63839bf7d6e00b6934d 1.06 MB 2,458 1,071
500,566 500,566 00000000000000000061b8d5a2cdeef696d234017e5e5374e0d984b68e01eb8c 1.09 MB 1,815 573
500,565 500,565 0000000000000000001f0403999aed6e58238883915781d3280eb048d90cd4e6 1.05 MB 2,019 812
500,564 500,564 0000000000000000009268f734340be52f5e2226d847b44a8b126e799ecaeec5 1.09 MB 1,645 620
500,563 500,563 00000000000000000027cbaa0b7b334bc9b74557775c911ef8da9e0e73910fae 1.06 MB 2,666 867
500,562 500,562 00000000000000000027be168e55ad4f495ec00990ee449832ae6858c055d92b 1.02 MB 2,057 630
500,561 500,561 000000000000000000928ec15e3a558e6c5153fb1113e691c81ba0b89b85387f 1.04 MB 2,545 728
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.