Memory Pool Memory Pool Refreshing

2,624 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (683,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,348 224,348 00000000000003af9418cff21571e1f8b9f21372fb71e27cae9b9ae67e1ef77d 0.16 MB 405 183
224,347 224,347 00000000000001f22f9d942f076d9d9394ecfd8e7c40b7865a0edf2e8c48f5e1 0.10 MB 151 136
224,346 224,346 000000000000015cb0b444a736a56698624687c671915e9545e6ad10c85b2a56 0.25 MB 620 225
224,345 224,345 0000000000000254008d5835fbe13e3e37265e1b57a153eefe788bc5c52f2a4b 0.10 MB 222 161
224,344 224,344 000000000000017132a99fc8a2da8b3ea8372a483ee8bc846d14e425e59a6bbd 0.13 MB 173 126
224,343 224,343 00000000000000008fc497a705e2715ad38467de444aac4001ff2c5787983fab 0.08 MB 138 144
224,342 224,342 0000000000000318a34a158e26e653387755dcb2227048bfc8b1b575d34d00e5 0.01 MB 44 92
224,341 224,341 000000000000022cb3130d3de6a9f823ac721bc65afc8c630d2ab6d9c77420ec 0.25 MB 536 182
224,340 224,340 00000000000002d45261e4dec8f455772b3488638259f892e69abbccaa4ba0f1 0.19 MB 260 105
224,339 224,339 00000000000001eb7f90aa2cc53d4d1005c950ec1fcc434c1c229291bdf220be 0.01 MB 15 215
224,338 224,338 000000000000017a7cb840f70803e691c359e7423abcb86faa5c4dd955f97a58 0.15 MB 354 194
224,337 224,337 00000000000002c54935e6db7da64eaa6a9afdfaf4ee1982758a66ef1278a950 0.10 MB 192 166
224,336 224,336 000000000000014feb17e91c87e5bbffbbbe7fa3bc34f5779eb5e9f9fcc528d8 0.06 MB 68 113
224,335 224,335 00000000000000d071f3dcb6b9a28e246d30ed9fcbf43c7c8700a1ba34bde61c 0.21 MB 287 519
224,334 224,334 00000000000000a2ec09dd861179f546233203f1339ed45f26850dd638ac3d0f 0.04 MB 64 77
224,333 224,333 000000000000032e7b9fa739b4e96b9945cd7dbf39e4fbb2dba15862d30a5f72 0.25 MB 387 144
224,332 224,332 000000000000012008a55f91a9decf1cceb58694edc824a881101ae7365f5808 0.05 MB 103 31
224,331 224,331 00000000000002164fd3cc23fe678ab9b07e3dc5f48440617037e006d1c88c3a 0.25 MB 504 273
224,330 224,330 00000000000001cac4a0d54071bdbc40ae05b720eeeafc7d6f46b536295f5561 0.22 MB 382 169
224,329 224,329 00000000000001c73edfa194088651e31888701464dadb6b880b944417a12bc9 0.25 MB 626 192
224,328 224,328 00000000000001df85b28f4b0fe70d44bc421e1ab91db9853c2ee136349087e5 0.08 MB 171 141
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.