Memory Pool Memory Pool Refreshing

1,197 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
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (430,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,320 477,320 0000000000000000004d23ae9f38b13b2f3dd776e26538cef83354c568358447 1.00 MB 1,382 33
477,319 477,319 000000000000000000276207ee83fbdd05ae94d4721021e29adf8a1fa9daf47a 1.00 MB 1,817 69
477,318 477,318 000000000000000000ef6b04e4fe78c1d737d2d18ff7f06c4823928dc96b7604 1.00 MB 1,655 47
477,317 477,317 0000000000000000004fc757f32c81a2ce5df5e94af6f4b282e5b7402e303e6c 1.00 MB 1,679 169
477,316 477,316 0000000000000000002a50ddff7e693b9255a050010412c1d62825a52bca8725 1.00 MB 2,191 190
477,315 477,315 0000000000000000001ca29d63640f6b5c88f2ad9b15494c631a6e851dbd52ee 1.00 MB 2,343 273
477,314 477,314 00000000000000000041571db53847b517a642aecfa2cf47482e14fc1b3ffe94 0.00 MB 1 0
477,313 477,313 00000000000000000015a003bdaa16b81dac249b63f5e762475b7f28cdad2796 1.00 MB 2,142 110
477,312 477,312 0000000000000000013e5f73e6043e854e10e1a0aeb467392be7c5e417629a2b 1.00 MB 1,844 139
477,311 477,311 000000000000000000343c10fb0f56b9b847f0886c3901302127a40fb8d6e8cb 1.00 MB 885 177
477,310 477,310 0000000000000000006c4930b377f105671cd823fbfc241e8d299c23242ef45b 1.00 MB 1,825 213
477,309 477,309 000000000000000001282ffca0d14b5be13255a0b192e42f19baddc9b2de10e6 1.00 MB 1,635 239
477,308 477,308 0000000000000000000c4a7cc22486d679b7229458e3a63ee25e1c0fcdfc8337 0.99 MB 1,694 108
477,307 477,307 00000000000000000139e615f35cb11c5b474af07c90e00284d6700055ba0714 0.29 MB 226 53
477,306 477,306 000000000000000000a5dc255e29cddc7bdae24d8cfcca183851390e6b0df84d 1.00 MB 1,052 59
477,305 477,305 00000000000000000041ff197bc1115f7f19cff09347530366eee66610a0ce8d 1.00 MB 1,455 78
477,304 477,304 000000000000000000486522097aaf90d2413f68c3c435a4270dcc89924f5334 1.00 MB 1,251 102
477,303 477,303 00000000000000000013c735a7cfa7a55c8b2cdd3725a6d61b07774f8f6c5322 1.00 MB 304 9
477,302 477,302 0000000000000000014e0ed4cbc248094a5db32881af294083fe3ca14ec9ab38 0.66 MB 372 14
477,301 477,301 0000000000000000002f6263bdef8fbe40daf072d85621ea0f120f089fd4e3e2 1.00 MB 1,934 129
477,300 477,300 00000000000000000068557ea8e1167746daeb12145326fda976ec463874ce5a 1.00 MB 2,105 125
Previous 10 blocks ↓
Total Size: 769.15 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,632.43 GB sent, 93.62 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.