Memory Pool Memory Pool Refreshing

952 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.40 vMB 939 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (644,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,316 263,316 000000000000001555f3040af79799768b94942605669d826519f704e126258c 0.09 MB 205 94
263,315 263,315 000000000000000afc1ab8961473ec1c4f47c9bd767bb8d7ec36779ed7d2c63d 0.05 MB 106 95
263,314 263,314 0000000000000009b29932ea82d2ea2cba0ca2c9753a056738ee8e66aa5cfd24 0.09 MB 120 52
263,313 263,313 00000000000000065a5bb80786b6524d636d5f5b5fac25309adbc1dafe417af6 0.07 MB 177 73
263,312 263,312 0000000000000013d78b50eac34494a07454bb00e4fd0a2e1cc9545362cb17ee 0.08 MB 204 97
263,311 263,311 0000000000000012399782e89b3013dfe596e770499fcff76117de21f0ae3af7 0.20 MB 441 106
263,310 263,310 000000000000000ca98716382648e0bffb70958834279e2796d9f0bfbb0f681b 0.07 MB 148 73
263,309 263,309 0000000000000002222a950cdcf2463da9b50b7d1ed259504dcf1bb532524e5b 0.00 MB 15 123
263,308 263,308 000000000000000bab4ab32a72adcac0aac3b9dff2d1e89382f1e196a1ee4c57 0.09 MB 211 108
263,307 263,307 000000000000001507ee03f48012e7d102a64bbc8c004f162ab0376c36c32b4b 0.03 MB 64 73
263,306 263,306 0000000000000007c029bb7c8915cdb199b54c7b256e9ca0bde5523d6f99da1a 0.11 MB 245 88
263,305 263,305 000000000000000b1a22c748d74225c13a34f74b23b209a2910a21de059bdee3 0.02 MB 64 130
263,304 263,304 0000000000000011a4f330422b6d98deb1b1fbe9781367ab29556d5ab7bf9539 0.15 MB 345 111
263,303 263,303 000000000000000c87d0df899affc1006c1b720a9ed4fede29e811f5f823580e 0.07 MB 158 100
263,302 263,302 000000000000001582b71ca177c639b637ae1f2cf13c229fa5dfddc909c9b703 0.05 MB 120 72
263,301 263,301 000000000000001557da1098314ee1caec3d7f60aed0213ee01efd1305300f9a 0.02 MB 49 98
263,300 263,300 0000000000000011138f56b4896eb528ff7551be3a507205a74c3f9a49022b02 0.06 MB 148 70
263,299 263,299 0000000000000004f7c733896486930d6412627e947bfc8bb6b2f6d555fa67c4 0.16 MB 313 94
263,298 263,298 0000000000000012cbf686942f6b5465f6d0fb1e50552d31b439db840ca6634c 0.14 MB 175 42
263,297 263,297 00000000000000088071eb019445eeefcb86c20e413fb8a88035bc5b38c00e82 0.09 MB 219 86
263,296 263,296 00000000000000158cdacbe30c427f251bc1df1b573b87272f62f0a987686bfc 0.09 MB 159 87
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.10 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.