Memory Pool Memory Pool Refreshing

1,543 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,524 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (771,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,250 136,250 0000000000000456775fa166be32e646d35ffbada84ead87636d71ce5d52a381 0.01 MB 14 436
136,249 136,249 00000000000009c1d65328c5c8dd8424f805e2bde39a85db1c2433a9f7966c08 0.00 MB 15 719
136,248 136,248 000000000000063ea7a26d01049a81f4dfc77f8ffacf0c182ceee67c32efdf0b 0.03 MB 76 391
136,247 136,247 000000000000050ed917f0c8861d937b29d12067236893c7f835c3e75980ccce 0.01 MB 30 116
136,246 136,246 0000000000000585628e515e1754785042ead98bfd0dc4036b305338c686b49e 0.04 MB 74 124
136,245 136,245 000000000000099d44e09f34eb0b53a467989d93a8f744d92771d9f4ee6c3377 0.01 MB 28 614
136,244 136,244 00000000000005ef4ac606c32a7940a5d9b3c45380c1fdbb04cb889cdae3facc 0.01 MB 44 8
136,243 136,243 000000000000070a953e3c6515bb656cbfa034c92e6d579df60bcbd3f03de168 0.05 MB 176 120
136,242 136,242 00000000000006fcebaeb9189e6801cf96981dd37a96848c4e08d1f77ae14795 0.05 MB 140 364
136,241 136,241 000000000000078c91b4e2fc3467e98b8bcb4226183d988b96ba86e93b335b32 0.06 MB 121 449
136,240 136,240 00000000000000d04e1aef098c9694c5acd17a219dc710b648cca81eddd25431 0.00 MB 1 0
136,239 136,239 000000000000042b145a713a7d9ddf157c55bc45ea373210168d61e4fb775d6f 0.01 MB 19 270
136,238 136,238 000000000000091b387e11b3d63ad7d6956e6dfe2dc97c1c5ed1d11f5372c384 0.04 MB 109 342
136,237 136,237 000000000000087b9e73d9f42af11ccb279005f72b16eaf955714f5b08ec1274 0.01 MB 33 427
136,236 136,236 000000000000009c3bb96953f631b2b08ee2cc6edabe3336dc565b240c02028e 0.01 MB 28 212
136,235 136,235 00000000000001599a4063abba31293cf81e6e191303cef7175b52fcdf0ef704 0.02 MB 67 465
136,234 136,234 0000000000000a292fe27cc1d90e019da9f613a6f881740bbb7fb2d0cc5c30ba 0.01 MB 21 294
136,233 136,233 00000000000002a0c2a5760ff168ee97e91fdf91be233fb90b473855a7b99769 0.01 MB 43 259
136,232 136,232 000000000000052463a76a96bca4397ae41c1dfe1c6927da17e754acff9b42a6 0.00 MB 1 0
136,231 136,231 000000000000082a339f886736d69c0081134dfcad10bd3d0ce7a7b01a2a7954 0.01 MB 17 128
136,230 136,230 0000000000000894353a4a72042df251085a47d3d9eb6d885f0d4aa505f168b8 0.01 MB 48 177
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.63 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.