Memory Pool Memory Pool Refreshing

13,737 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (719,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,240 188,240 000000000000004ad848fc8fafcda429927ca275e5c7614b141c8fd7ea251645 0.02 MB 36 80
188,239 188,239 0000000000000033b6cc4379f517f7c3f596bd03db5ee238920d033844814eac 0.06 MB 107 91
188,238 188,238 00000000000001b90ce0369d070eb131d721e1eb2bd36a066c5c4c8520a19abd 0.06 MB 84 88
188,237 188,237 000000000000077e7df8b9fcf9b7f600940b2d492775a7df613f0afd7ce5915a 0.05 MB 122 84
188,236 188,236 0000000000000099de58ca2a57ee18450e74bd3546becf6024bdd0b74f4b7c29 0.24 MB 508 337
188,235 188,235 00000000000001f12cf653c0e4079be44ead790f445c456a31fb83df8c16e421 0.04 MB 110 84
188,234 188,234 00000000000003ca99e7d51e9920c2d2c9d76997210b2d38fcc7b4c68d1d4f30 0.03 MB 82 68
188,233 188,233 000000000000033ea5eab688fda57ee6ae38a88bd20fa0714828688b601c796e 0.12 MB 218 99
188,232 188,232 000000000000092a09b63dd36581a5ed6b6beef6132b12bf4ffd9c9878c19499 0.00 MB 1 0
188,231 188,231 000000000000087bad2387b1fd9ad50cfb80d425867f8c4ed9a8efe35e679ee2 0.25 MB 479 118
188,230 188,230 00000000000001ee80fc88b6edd40977139a1470603effa4638da6e48baa6b65 0.05 MB 129 130
188,229 188,229 00000000000008dd57627f740009dfb4294485bb6ac0a880e4c930bc5beb2884 0.06 MB 128 109
188,228 188,228 0000000000000084362bdf7f959cf32fb5a6513e56174ffe80ae3595788781ca 0.12 MB 374 141
188,227 188,227 00000000000001b458025f8deb641d180aea874003e8acd087abbe2b29982279 0.05 MB 128 299
188,226 188,226 000000000000030740ded041922a9c35e3d796f4caa9aa61c4d594204b2c2f70 0.02 MB 65 76
188,225 188,225 000000000000077d0242edec706d3d0f37dc940ab9b932c176408095bbcb422b 0.12 MB 216 96
188,224 188,224 0000000000000408e7c0826ab653494b4e93bbb3967dadbfa43b86d9f7bfa753 0.01 MB 32 0
188,223 188,223 00000000000003c40aa273d3c6c721859a65713460e55c8b9c21790e20296429 0.08 MB 205 144
188,222 188,222 00000000000005c92f8b3fb551f62cea3fa54cae852e066d392cba647dad39ae 0.01 MB 21 99
188,221 188,221 0000000000000120b8359c69354f412014c527684adc94333feaaf3fa2eb7814 0.03 MB 64 124
188,220 188,220 00000000000002a4889077384af6f57b4b5acbf975a063412d207b481fc24132 0.06 MB 118 99
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.