Memory Pool Memory Pool Refreshing

8,593 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (725,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,297 182,297 000000000000012b845f771b74b9411ffbf350d3afe349e26fa1aaaaeac60a8e 0.00 MB 9 322
182,296 182,296 00000000000003a4d37394e3ab407ff025c9dd1d0011622630499ef65ef8b94f 0.00 MB 12 34
182,295 182,295 0000000000000469e33ea2b6948bcfc1c7fa62ee11be44de6700eb4aaed902e5 0.08 MB 146 95
182,294 182,294 00000000000008cca78d5c77b9cbc4fdc968218aa661bdd0d94103b5739a3b87 0.12 MB 256 82
182,293 182,293 000000000000078a93f34a23cf0001a2ee5fdf21132851440dd337477536240e 0.12 MB 286 192
182,292 182,292 0000000000000825b67df944a446bc78ab36e3699396bf4a75097baf7affee5f 0.05 MB 123 126
182,291 182,291 000000000000062dab7bcdb81f3e21a1fb178d5d220ddab078184f397df6364b 0.23 MB 480 164
182,290 182,290 00000000000005636d7ba2e859a6a4a38547c193a1fb756a0404b463c0d2c838 0.14 MB 300 117
182,289 182,289 00000000000004f46dfbc9975d9389c683fc11930a9b08d238c506ae0645b5c1 0.02 MB 32 71
182,288 182,288 0000000000000215fe6a78f2ffa9aa6090fe51a088129fb68ed9c1183da7c0da 0.01 MB 9 0
182,287 182,287 00000000000000b0e8c45e557dbf6279fe3557b73df690315885173690ce612b 0.03 MB 35 16
182,286 182,286 000000000000027b7f09333940b8bf6bcb058fc2ed1bd896be37708003968a74 0.24 MB 536 134
182,285 182,285 00000000000000ca0fa756f52736487f5593a4ba635bfcd4cf5247de121de525 0.00 MB 7 14
182,284 182,284 000000000000061cc61e086a8df8aa69c1961546f8fb28116240cb08aeab4c55 0.01 MB 38 4
182,283 182,283 000000000000072d60e5e8f3804028cb805245378655f1010e29099b7296eebd 0.08 MB 131 108
182,282 182,282 000000000000036bc8d33bd02243040e612116cc8415d769420b1250ce9ed980 0.01 MB 34 380
182,281 182,281 0000000000000843e0b28efbd2843f7db333dc2c916a235fdd30a1d90589ed65 0.07 MB 128 152
182,280 182,280 000000000000056d6912302085ac0f6111550f4d9016f128e0cde6e46fcb8612 0.11 MB 241 95
182,279 182,279 00000000000002d747a86cea03422a716f57b05e029b665d03ecc0fffd3ac3a2 0.25 MB 609 135
182,278 182,278 00000000000006fcdaf57b59abbe576a386e9af55f23dcd9d2001374a0ba54f6 0.03 MB 74 126
182,277 182,277 000000000000039cd3041b8ecb2704c686acc5b4f67611e1f1816f1fc5962f5b 0.05 MB 116 94
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.