Memory Pool Memory Pool Refreshing

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

Blockchain Blockchain Refreshing

Tip: 907,860 (804,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,567 103,567 000000000001b5723a915739efb88e66b350532ec1c2f3b9b4bd0fa2c3002de9 0.00 MB 1 0
103,566 103,566 000000000001c50862b63dfb197011e1c845a7da714e0a04afe1b945b6381b53 0.00 MB 9 0
103,565 103,565 000000000000d6b22858b84a2b72448e39bbde8e9716a5bec231072ec12429da 0.00 MB 4 0
103,564 103,564 0000000000020a26f9ad001c6d4042e7c3b8f810cc7e21955eecb7344365f9b8 0.00 MB 6 0
103,563 103,563 000000000000aacb7b49621bf379d712f88c12c4adcab977e475c1df34e6caee 0.00 MB 2 0
103,562 103,562 0000000000030033a73f082a31c59944bccf7bbe71fde919fafef759a5d66763 0.00 MB 12 0
103,561 103,561 000000000003013841330eaa736bab82d13b8af6866877990dc95e37f936b972 0.00 MB 16 0
103,560 103,560 000000000002fd0861633f4a7ff3125d926e74e213ec11f6a3eaab7c69626b28 0.00 MB 3 874
103,559 103,559 000000000000aebfb157a53c2be2978f8949cd4bab5805577b258e8fe8d0387c 0.00 MB 3 0
103,558 103,558 000000000000af93c66d80cf5e83529dda198cbe07e2e01e0e0779907d0224b4 0.00 MB 1 0
103,557 103,557 0000000000010891aea19a8501176a6b074c41bcc62a2be5b93a65f18c1b4b20 0.00 MB 3 0
103,556 103,556 00000000000295102e0aeb9410c94d660307beae822ce6f102adc25f854033fc 0.00 MB 9 0
103,555 103,555 00000000000168970c82e7774097c9ac13a42d2200b3463c57889960a985906b 0.00 MB 9 0
103,554 103,554 000000000002851211812cfe2b461bd32258d849eedb3d103fedfa1a21e6bf3d 0.00 MB 12 0
103,553 103,553 00000000000167d6dccd0f3646aa7ac85e6926974e88daeda34fb84c3b00306c 0.00 MB 6 0
103,552 103,552 00000000000087ba3e47ba5ac3d11cb0a9105c03d7cf94b2a6df58e283a79ec6 0.01 MB 21 0
103,551 103,551 000000000001177383e463ec36b699b16f6edbc38f28dbe5fed9dba5e3b928c5 0.00 MB 8 0
103,550 103,550 000000000002a00df92c3982fafb4b166aafc0785e152fe1af9c45ea1893d2b3 0.00 MB 10 715
103,549 103,549 00000000000328afe5f55bb02bf44285e15235feb9e3ebd8771dd13faeca72e1 0.00 MB 3 0
103,548 103,548 000000000001c07de5723bcf986f22f3424f196bec090c20029235219c056881 0.00 MB 4 0
103,547 103,547 0000000000015733600233164dc211d48ec54bc8b79f5a5b623c5cf942f00455 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.28 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.51 GB sent, 94.31 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.