Memory Pool Memory Pool Refreshing

1,597 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,587 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (223,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684,273 684,273 0000000000000000000300c7f3b523e61854a255f3c8cb93443516aa5ba84d7f 1.28 MB 2,095 92
684,272 684,272 00000000000000000009498eddf28e86d92a351b659bd3b9d6304584d18522d9 1.28 MB 1,975 106
684,271 684,271 0000000000000000000054cb7e3e32dee05216c3579e5016d1921deed5ca7848 1.95 MB 1,171 107
684,270 684,270 000000000000000000045560656bad1e61a5309606f2b2cb260859ab8fd9ccce 1.61 MB 1,006 110
684,269 684,269 00000000000000000006d02a43a697dcb5f2f7850b6ef3104bb901c06787e45a 1.18 MB 970 118
684,268 684,268 000000000000000000084f38ff90966e1147d9988a622f07e997f7cbe870b919 1.93 MB 1,296 109
684,267 684,267 000000000000000000045d28066a8f5db770578b5815c6cbe1098705658592c0 1.32 MB 1,480 105
684,266 684,266 000000000000000000078be5ff539cbfd3d4c2303a57ef341125eff27c0678e6 1.17 MB 562 111
684,265 684,265 00000000000000000005633dccbe130929b1e49dd5cf0b37ef2605cb4db31822 1.29 MB 1,934 121
684,264 684,264 0000000000000000000a2aa906b8262a2f7a9b418574a80ed532da6696abd758 1.22 MB 949 112
684,263 684,263 0000000000000000000809cbc69073e14cba0a0ce023d337d06a7b0348fa1fd1 1.43 MB 2,282 119
684,262 684,262 000000000000000000042878cf0f07331721bab0a19d84a0807f5c1d02079d69 1.40 MB 2,282 121
684,261 684,261 000000000000000000080d56d656cbc4a5c10bfbbc08c64342ba1532df8824b3 1.37 MB 2,610 135
684,260 684,260 000000000000000000006bd3d6ef94d8a01de84e171d3553534783b128f06aad 1.53 MB 1,945 114
684,259 684,259 000000000000000000098fabad85b4a54c62b942484366c6e4cf61b48cabd87f 1.57 MB 1,001 122
684,258 684,258 0000000000000000000ab9408daec1ecd6f9736b2a58b2912398c205dfbcd70e 1.44 MB 2,398 131
684,257 684,257 00000000000000000006e34f6af5b33a1256edc9b07081ffee44a37c02f2eec7 1.58 MB 1,187 112
684,256 684,256 000000000000000000062a1f811f15faab93c316f58c4c39740543db6ae131ea 1.38 MB 2,135 120
684,255 684,255 0000000000000000000534cd3d41fd30efcaab3d902e32234c1f4c85f326aef2 1.42 MB 3,366 163
684,254 684,254 00000000000000000009fe89454b14a6c92bbf5b2f213a1d8da17022f167fd9e 1.43 MB 2,265 120
684,253 684,253 000000000000000000055660fbcc10f4c5ab8852edbf8cf7b8f593ca5bd56f51 1.24 MB 2,028 94
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.