Memory Pool Memory Pool Refreshing

8,748 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,493 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (419,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,413 488,413 00000000000000000060daa19314f342448d360a8a74b1c324cbf640a63bf7a4 1.05 MB 2,372 155
488,412 488,412 0000000000000000007b9fa669a5b93484b2fed294511eeca5190942b442ddf0 1.02 MB 2,137 186
488,411 488,411 000000000000000000b79a0f35379953073308d95ea602df0f7c84490e040763 1.01 MB 1,349 159
488,410 488,410 000000000000000000e635a949ceea1ae4ab9020ddacd89d133c12ff39cf7c95 1.02 MB 1,449 151
488,409 488,409 000000000000000000702abb6f407b4266d7745784bf4bdc0ebf30f10bf95122 1.04 MB 1,963 172
488,408 488,408 00000000000000000088092c77b76f59f7294ef68b361a23c8827cc6bc3fe29f 1.05 MB 1,950 122
488,407 488,407 0000000000000000000cd71ed1bda0831966aa97376354e6d469a51cd444e939 1.04 MB 2,317 139
488,406 488,406 000000000000000000ce3868dda97cae7abac4f12842f11b134ede5d1690bbd1 1.00 MB 1,878 146
488,405 488,405 000000000000000000d866353dedad34bad50956c902f44647d7b2162eba9376 1.02 MB 2,065 149
488,404 488,404 00000000000000000027feaf5dfa95779562a9543932641e9c51b3785a6e161e 1.08 MB 2,391 134
488,403 488,403 0000000000000000008c4b793f5eca8fb086b5c251a9b309ba20fbacf0ebef04 1.03 MB 2,457 173
488,402 488,402 000000000000000000e082a93af69eb9def7b581ca90757096175df76f48ae10 1.03 MB 2,211 159
488,401 488,401 0000000000000000006898901adbd4ef51af3f06255303472db81d213fdc3b02 1.04 MB 2,447 190
488,400 488,400 000000000000000000b59301ebf1c542db82183777a851be80e6f3420064b16b 0.01 MB 27 687
488,399 488,399 0000000000000000008d129ea0f8acc2c8ca2871c2d856f3c1146d03d2f30a69 1.06 MB 2,542 110
488,398 488,398 000000000000000000ef8981ff811170e57af8c73a6d9ac763b1f9c29204e486 1.04 MB 2,035 140
488,397 488,397 000000000000000000dfdd7195fa6c4d6770ef14e7eba1dc13415e39a3eff953 1.14 MB 2,166 120
488,396 488,396 000000000000000000947a12376cd0655a92d4c6c41bf0a1e722607148abdca4 1.00 MB 2,380 140
488,395 488,395 0000000000000000001b26a4dd7e605e8b67440ab85d9ffa635ff7c5126f548a 1.02 MB 2,983 231
488,394 488,394 0000000000000000002e8fd77d2006ad03ba16099a04519fe87d7c935a0a67ce 1.02 MB 2,691 317
488,393 488,393 0000000000000000006ac3204cc74ad80599e23d1c19f2ee0c6f44d05aeff0bf 1.00 MB 1,790 79
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.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.