Memory Pool Memory Pool Refreshing

4,990 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,811 (771,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,255 136,255 00000000000004d1b1ac235e25253ff0a0d21a1a7138ae3c4dafe9d587252cab 0.03 MB 24 456
136,254 136,254 00000000000005236efdbd0e4c8ffa971f7d2ad2e3e897daf35bd7db0bbf1cdd 0.01 MB 25 119
136,253 136,253 00000000000002c548c3a891aa803e29aa6863900422697f51a4c5d6b9ba3a54 0.01 MB 12 763
136,252 136,252 00000000000000aa8f4f33ae177c2ca28c93dfc64a414ea4fafff65b11ea4f9b 0.06 MB 184 1,240
136,251 136,251 0000000000000aab7ce6120946d55f27842456b852ef161c69ea44d0ca7b4253 0.05 MB 127 241
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.87 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.