Memory Pool Memory Pool Refreshing

9,964 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (734,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,270 173,270 000000000000054b1fbaeb6506b1fabe1755cca56455f48733811ba2da6e1b4a 0.01 MB 12 53
173,269 173,269 000000000000072e09c6a2a00edbc21406ed0f6f3b21785c0b3d92ff0ecd2519 0.01 MB 20 302
173,268 173,268 000000000000076eca925ee904917c7626a393c61dc3837b7b8767a7a95c3a8a 0.02 MB 69 0
173,267 173,267 00000000000000d95933c265628a2daeda02b6375efd05629862975995ca7e24 0.00 MB 1 0
173,266 173,266 0000000000000365fb0bde0d64c48813067049639ab743d0528293e85cee59f7 0.01 MB 30 166
173,265 173,265 0000000000000552444abc6abefe1851d512463a80f7775aeedb154bdd7af52c 0.04 MB 58 442
173,264 173,264 00000000000007ef0b29c066f259985719a08c1894a8e2de7ae0d2bad9d5261c 0.02 MB 28 0
173,263 173,263 000000000000070acbd48db8ea4f16756e2286e8e61892506dedd31e4d3202c7 0.03 MB 47 5
173,262 173,262 000000000000013c91f4d3225eebfb960bf417d5209ac6468c57d4667e157a38 0.05 MB 109 119
173,261 173,261 0000000000000a7285826da4d9f4aa212106d3980d17ce5b9b42e58ab4be153c 0.02 MB 39 45
173,260 173,260 00000000000001642961f490e52f6f1929253d788372de2813f5716bbd75fe34 0.01 MB 12 31
173,259 173,259 00000000000009fb087543721db01ca94f218ad05363ca18b388e3d07c034686 0.01 MB 31 134
173,258 173,258 00000000000000f0746cb6e0ba38c55d73af06c7469424c0889fc1d1c11b86bf 0.02 MB 65 25
173,257 173,257 0000000000000a65eb5f203305fcdb14caaa301715cd3fb29064087911fa7306 0.02 MB 27 384
173,256 173,256 000000000000097b2949b71f4c6a9d8727ed5183524364f57aa6909ad6b15f0a 0.02 MB 55 117
173,255 173,255 00000000000003076a62fcf9c80025cec3bc47fcf173b6dd0ed1788acfb86c0c 0.00 MB 5 116
173,254 173,254 0000000000000118d5f4b59f1919288868f5f2abdbe2153d2ed07645f186b255 0.02 MB 33 187
173,253 173,253 00000000000009d5a1dea961441fcf4a8410aa76fbca0a07db44d9607c782cbe 0.01 MB 13 70
173,252 173,252 0000000000000090db47ddc4cf72ac35b69e40ee45c4e8eb06fa6fdbefc047d7 0.01 MB 34 379
173,251 173,251 000000000000046800b70b9c448d7d5477a111e5849963333f4df393fadd9ba2 0.03 MB 85 48
173,250 173,250 00000000000008ddc6a6266aa4a9d87f111db28dde793c67781875c7e93c7ce8 0.01 MB 21 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.68 GB sent, 93.04 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.