Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,083 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,165 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,082 (694,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,149 213,149 000000000000023a76aa664665ae9be2663f7f3e6f2c428e97c32cd65693db65 0.04 MB 60 155
213,148 213,148 0000000000000213c9fa2d130289508a0058d8f421289554819cc0ab01c2868c 0.13 MB 307 250
213,147 213,147 00000000000003a6af12c4bde4de135574f2b87a338367cdb5f49c6dcf18c978 0.00 MB 11 257
213,146 213,146 000000000000044fb13c2f8e264e50d117d30743e2c99dc0cdef797f6582dc0f 0.06 MB 121 196
213,145 213,145 000000000000033fa47aaac7d5e07e0b7d1f7ca5b47c9af0a028340b4e9fca1c 0.07 MB 144 253
213,144 213,144 000000000000002f636099854a0fe954e8303afb97c361d0f1b7d8f37098a204 0.01 MB 27 227
213,143 213,143 00000000000000507bae8876c245516b7a467043d7646f6ca6657e0ad069a419 0.04 MB 73 247
213,142 213,142 000000000000027bec71ca7bf796d40f0a717f0942e5a4488849476ee9ae3dc8 0.16 MB 428 206
213,141 213,141 00000000000001ae3ddfd08dca35911de9351230eee161cbc2885cdb1a5ee12b 0.25 MB 677 236
213,140 213,140 0000000000000399108170c9afeda3de2a4b74b0639f49008530556ea66d5734 0.11 MB 270 190
213,139 213,139 000000000000003ed390282972c1e85188701e59d7a9870a654b5ae02274a8c1 0.25 MB 579 391
213,138 213,138 00000000000002983c7852ec916026b92615afaaa7c0ab628ec5827de7cc3dd9 0.25 MB 634 176
213,137 213,137 0000000000000035a65ac53bb07bd0186faec5d51d7cdcc7623f036801489360 0.00 MB 12 44
213,136 213,136 000000000000032eb45e6224f5aa33af417ba6fe66a2ae76eb11ef2ec4b9e4f0 0.06 MB 111 127
213,135 213,135 00000000000003baf7cf4e6fbb8987c4510248bb09a3b6aa6e4fe621118358e7 0.25 MB 475 155
213,134 213,134 00000000000001fdb170251be654d0dff4eef3df96f957f0c34b37b86157956a 0.25 MB 676 215
213,133 213,133 00000000000002a24d108951b6924c80aa6ba745ad6bf30751309a2ea6a27891 0.04 MB 119 157
213,132 213,132 00000000000001d5fe890273e32a13abdbd663bfcdf3b0057bda77dbc2affba2 0.05 MB 131 171
213,131 213,131 00000000000001aa864edfaac705a21491b99a75d76bc53edc7366fc1a00bbcd 0.25 MB 365 135
213,130 213,130 000000000000027e9f97f5033a6e6024f61a1d3351e2fcf21f9527772e45b1f5 0.05 MB 90 45
213,129 213,129 00000000000003b333eb91a8af2d43b18c51add4d8395842798881fe64a05c2f 0.25 MB 591 181
Previous 10 blocks ↓
Total Size: 769.70 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,671.26 GB sent, 96.37 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.