Memory Pool Memory Pool Refreshing

10,817 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,713 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (224,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
683,629 683,629 00000000000000000006ce6a97942271cad26528961fee5260c6e13030296488 1.18 MB 2,213 52
683,628 683,628 000000000000000000019db13541e2fd60c69853c444d8c82fecb2466b766a96 1.33 MB 2,802 70
683,627 683,627 00000000000000000001fb61fb47606fa496e31dbc085f51782518878324ad1b 1.19 MB 1,414 59
683,626 683,626 00000000000000000006d49a8226eed7ab46192e91987b7aa6a19d267de18d37 1.08 MB 994 50
683,625 683,625 000000000000000000040d06c4dfa513e5cff5b4f825149ae691f0809befd497 1.39 MB 2,524 63
683,624 683,624 00000000000000000001639f3184b649e91f3e4fb3f2ef589e8c935bf41768a9 1.19 MB 1,651 68
683,623 683,623 0000000000000000000a863ed562bf18f24e8d7cefb2d4a4dfe4cb2951fcae75 1.13 MB 637 66
683,622 683,622 00000000000000000005c99f70ed83e8fc0425b71fc2be72c3afdf9371c4d9ca 1.36 MB 2,466 68
683,621 683,621 00000000000000000008b66ffec5fd4920d54fddada38f6a7d4a6d164df6b32d 1.42 MB 2,805 78
683,620 683,620 000000000000000000021d79020dc044601a4296628ec0c9c407ec391c1ed822 1.33 MB 3,186 64
683,619 683,619 0000000000000000000a29d3ec7c1a9aaa8cb70b47a5694a51b2ff6573556b2b 1.30 MB 1,906 135
683,618 683,618 000000000000000000079a375583b47453152a0a938fb9870368fc3a562a123e 1.11 MB 860 48
683,617 683,617 0000000000000000000abfa0df4d81081f35f3913827b62a42ec673ac879e1f0 1.12 MB 1,833 51
683,616 683,616 000000000000000000021de7466074752ca8a3d717625effb8a6e430a70608cb 1.15 MB 1,906 51
683,615 683,615 00000000000000000004668e73de5f19c2b82e9dcacf71c593215a19e95875c1 1.27 MB 2,325 67
683,614 683,614 0000000000000000000188c047b7b0277c107ac067e7812f48ced5159e375f65 1.13 MB 1,847 57
683,613 683,613 0000000000000000000225bf105f6d3223ee92cd5da96f7b4ce0ef679a9f6cdc 1.36 MB 3,136 80
683,612 683,612 00000000000000000004675022fb6ab7351a938ae4da0a55ba1100122ca84fe7 1.23 MB 2,530 60
683,611 683,611 00000000000000000002a88410f2e214384574133e55eec978bb4e33d3da88f3 1.32 MB 3,044 64
683,610 683,610 000000000000000000029982a14d5f74f9d17f949435bce9325d1625539af90a 1.24 MB 2,702 55
683,609 683,609 000000000000000000039a910ad3c9066b3862252485a910cde16657f7a901a1 1.26 MB 2,698 61
Previous 10 blocks ↓
Total Size: 769.03 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,625.06 GB sent, 93.02 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.