Memory Pool Memory Pool Refreshing

4,814 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (712,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,257 195,257 00000000000000635c8e2cc1cfcd8571211a7fb060d0e3f72e3ec6ceb7877a7d 0.08 MB 247 174
195,256 195,256 00000000000002eaa951fc78b957a2b79b37d07b2898ce7ce1e4c744fa8d1a6f 0.09 MB 183 141
195,255 195,255 000000000000036b9538834d3d108083f3bdadbad22e05760ba8c1ef8e2b0171 0.00 MB 12 338
195,254 195,254 0000000000000452f12f6d161c92cf890b8c47277787a4879b9d5422d3b2563a 0.10 MB 256 7
195,253 195,253 00000000000005811b96b2e524cd69f802a0ccc75340f51229925c4c931c29a1 0.03 MB 89 306
195,252 195,252 00000000000004099f7a7bfc667c3c8b901bd153ad1da17e91163c04068872ec 0.05 MB 166 279
195,251 195,251 00000000000004b73f976541dc6604eba6edcb067deca3d3ac6e76d472e41668 0.08 MB 130 211
195,250 195,250 00000000000000fa899d05ee3623ad213bfde2a2a42e3dd064111a6ed181658d 0.05 MB 148 82
195,249 195,249 00000000000001f5f2c652f1fd4cf71e2f1ec543c771b0e2fbbf97f33ebda9dd 0.16 MB 381 134
195,248 195,248 00000000000003526f1bcd8d2f677dccb7af194ba5b43c0be222fe0061470963 0.13 MB 280 124
195,247 195,247 00000000000006a351f3404221b687db7db7ef3e3461ed17f27341343236d8f0 0.26 MB 473 286
195,246 195,246 00000000000004e11daf6046ff0d9e5f2227ac1e0b2883c88422c1162e7744c3 0.01 MB 32 0
195,245 195,245 00000000000000a85ee794c632955537c261f1203a6cfb97531f84bef775227c 0.17 MB 512 115
195,244 195,244 000000000000076afe5c21d5fcc6da327ed254629a643d0e9757109ddcb1d147 0.05 MB 138 190
195,243 195,243 00000000000002635f4c38cf16b6f44b78e87b2289d44887a0149f2db076ea62 0.05 MB 162 35
195,242 195,242 00000000000004d2155aaca80b5f28a11019598fbea6e4d59648825a072f8765 0.13 MB 219 112
195,241 195,241 00000000000001d93f8d42b9489e39131d12f473ad0b17bb66c6f982fa721c56 0.23 MB 512 162
195,240 195,240 0000000000000721a68e9fc4eb5f226c012db66df1f2af29ce47484bd0fd42b0 0.05 MB 141 79
195,239 195,239 0000000000000018874071a387d18cab91337de6b0d928f737e25d72f3040830 0.12 MB 268 113
195,238 195,238 000000000000021bdf4157b16406e5d62d1e276ea0b56e0b40566b5729cc824e 0.06 MB 191 179
195,237 195,237 000000000000028b4b65a1594014af7d74abce55c1258f1205361f7784dc3b11 0.08 MB 256 25
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.