Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (645,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,368 262,368 0000000000000014e71851faa70ee455aa28f98cc8023032c97a92fb78a7dd28 0.12 MB 307 94
262,367 262,367 000000000000000c761e9814d9e1f7ee1a9696ee26149c4d07461958bcd33fc3 0.23 MB 420 81
262,366 262,366 000000000000001377b80390e4dc3163282e5f4dc7e40952ecd56275937adf09 0.03 MB 75 84
262,365 262,365 0000000000000015f5e0632b9aceb301320701e130686ff614927534f876f3d5 0.05 MB 132 115
262,364 262,364 0000000000000013730f1ec081c12519b558a9c5481883a7867289cb37319fc0 0.05 MB 153 45
262,363 262,363 00000000000000132cfbcada1cfb50f4145a323b9b691895851d2e902028c258 0.25 MB 586 87
262,362 262,362 00000000000000003f385e563c98b8ffaf9d29b217c142dbc132449f4be30188 0.13 MB 302 80
262,361 262,361 00000000000000098391c5a8f26896713cbc99fb20c441e317311693313008f2 0.06 MB 144 74
262,360 262,360 00000000000000004d5f4713a2e5828a90801a046af5f5236aa3eaa5770e311c 0.18 MB 466 87
262,359 262,359 0000000000000007401e4ebe52b984b2263f1af370f81be61c38cdd73415aaa6 0.19 MB 472 100
262,358 262,358 0000000000000006b0eca4f75fcd63afb29bd1c02531493193032395060620a5 0.13 MB 328 100
262,357 262,357 000000000000000da263e0a586b39eb198b0e6e823e9c5cc6ce07ec53042c777 0.00 MB 8 107
262,356 262,356 0000000000000015de7e4be2f687b9c95891240a4e3dd172e55ff8b624f916c8 0.02 MB 46 107
262,355 262,355 000000000000000848a6b05fdcf2ca5bee49ad04e80a5f54566c5766eab6c4da 0.08 MB 217 89
262,354 262,354 000000000000000e8666f72df83dfe5f08fe62b75ded2febd40a87ad55253656 0.11 MB 259 81
262,353 262,353 0000000000000014af65ad7ba54832f503527b3669b4a427fce72aedaf60b240 0.20 MB 393 90
262,352 262,352 00000000000000109e44dbca4a45eb48084df82fe86347f2f367c14a8db563a1 0.24 MB 405 83
262,351 262,351 000000000000000140348a4c59eeb84578e3a9edc6765400b28a3e5091bffbd6 0.03 MB 71 96
262,350 262,350 0000000000000005cba5a0ede9fe6cea2a25c56aa82837212d6d68b118cb2789 0.15 MB 300 78
262,349 262,349 00000000000000115357b7068434dd78b584e4d3cae91ed27cbf9c639c38819e 0.07 MB 145 106
262,348 262,348 000000000000000769989405605e1e719acbafbf6110f874f67ab5c4ab6f7174 0.02 MB 62 98
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.