Memory Pool Memory Pool Refreshing

4,803 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,132 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (801,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,161 106,161 000000000000b73fa7e8ef6cd23caf1caa38c3b5495e2d6237f627dc109c7154 0.01 MB 6 0
106,160 106,160 000000000002c662d8f925a65f2af02c20fefa150b56bafc2f9c5b6c98cf02a2 0.00 MB 11 0
106,159 106,159 000000000001354a232f5aaf0aa2be377d1d5fa29ca97ec770153e32a9ac6ecd 0.01 MB 24 0
106,158 106,158 0000000000010ea7bfa3a1fd5b2181a3a8049ff950125c35c3c5149886ba9b3a 0.00 MB 4 0
106,157 106,157 000000000001f9a2aca34d65a186c718cd156a788c0d24a9f53482cac3f0e926 0.00 MB 1 0
106,156 106,156 000000000002c9bcacce8766a1e0738f92e3b3ac8f3fc4f95ef0c9db24665843 0.00 MB 2 0
106,155 106,155 0000000000006eb4507f8b7307c26ba2df51607328ecb8de83cd4528fe0942d0 0.00 MB 3 0
106,154 106,154 0000000000013a317e7ed607348b139aef6ec972c0d10a7824978ffec21f157d 0.00 MB 2 0
106,153 106,153 0000000000027a4812bf22bfc162f7e544aacc4cdfb712ffc2740a0146e95ac8 0.00 MB 2 0
106,152 106,152 0000000000005f954c6bee3911c22c11e14b0f8f812fb19ecca05d80d816104b 0.00 MB 1 0
106,151 106,151 0000000000008329ec5e21e195cbce90429353ee9c8e5b62ef1cab37d88ace03 0.00 MB 6 0
106,150 106,150 000000000000db6f04a7ad6726a2cc99f506b46ba80c62fa5d2cefd6414f250d 0.01 MB 23 0
106,149 106,149 0000000000020b2c8ce56710bd5b9c2078bad77e1b679e3a7addfcc9c335bb78 0.00 MB 2 0
106,148 106,148 0000000000008e0d00843be6569315d44a10fc3e3b2f816ce6ca3c6c4ef48d37 0.00 MB 1 0
106,147 106,147 000000000001a5e104165000332c110c82d0c852732c2b8f470b02d7329d96aa 0.00 MB 3 0
106,146 106,146 0000000000027df78fe21c28eca1d287f7fab24d92cf926254a03237d2169d64 0.00 MB 4 0
106,145 106,145 000000000000d94ce57d7f674be544c78833b12c5fb0e1183f9d09cc0d4cb8c3 0.00 MB 1 0
106,144 106,144 0000000000004535674dbc3744ab1ca29ef0b7518ac78228047a98e892385144 0.00 MB 1 0
106,143 106,143 000000000000f435e347b2a97bfb4dc3dff325f97138a8a446f7b3109d68e3a9 0.00 MB 1 0
106,142 106,142 00000000000089c7c5957160f18ba840c54ccc10d6adbda6dcbbe20a5994cccd 0.00 MB 11 0
106,141 106,141 000000000001777890a8f2c2100dd8fb6f611db28c7f50f038b14a9a171fb688 0.01 MB 26 0
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.27 GB sent, 94.23 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.