Memory Pool Memory Pool Refreshing

902 transactions
0.30 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 895 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (858,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,389 50,389 0000000001faf91c802377300dfa5db2a1989e9cb51ec37ca545571ea5d9aeac 0.00 MB 1 0
50,388 50,388 00000000155d55350061b1d031fa16f1911373c31565ac58234c542bdfd13598 0.00 MB 1 0
50,387 50,387 000000000fdffc0fc28fc710706d60ed3b37b7e4db232c754d2eed8ce4a65f80 0.00 MB 1 0
50,386 50,386 000000000ccab839b3b2a0553cbd329cf898daf08ea2018412f05256491d62fb 0.00 MB 1 0
50,385 50,385 00000000193172f7a41b667dfeb95b1fd2d084f3c122dc50584411234579104a 0.00 MB 1 0
50,384 50,384 000000000105dc32ade61d22d0b8e3b7e6e73dc7192e76d234e819e67c77e4ec 0.00 MB 1 0
50,383 50,383 000000000e934b4506ddf87a0d942d6ed46eef843dc13218ec6d545cfc52db4a 0.00 MB 1 0
50,382 50,382 000000000b93fd38040a1c6726c784fad7dc0df0f4b4603072ffac616b484981 0.00 MB 1 0
50,381 50,381 0000000028a0ea2ba7cf2fa7615657db8a7bd2a8c25a6f74753811d6a4688170 0.00 MB 1 0
50,380 50,380 000000001fca664d7245e5f3bcb9b0f325cbbba0c157a1921f61da9f1b828ce8 0.00 MB 2 0
50,379 50,379 0000000029b99e6f077013559703375f62ec7be3334e10086636dc1370234318 0.00 MB 1 0
50,378 50,378 0000000025795f8c7eee51c16cd68e5509c2f5ad7536034ec1b58cbb26194afd 0.00 MB 1 0
50,377 50,377 00000000198c6defe17520cbf05cd694bf42d46cdbeeac7bd0dd9f8681dd719c 0.00 MB 1 0
50,376 50,376 000000001c8e2f4de9a797e1d97eeecb0bccd97c79a12a53e051a127f8b43e26 0.00 MB 1 0
50,375 50,375 00000000260d1ba45dd4b200aba626d8e313549df570ebd30a1a60dd80b1ac8e 0.00 MB 1 0
50,374 50,374 000000002158952642a344113bb1745cc70ec11146946a3416d6b81205273739 0.00 MB 2 0
50,373 50,373 000000001b572e4aaf20bb46699c7e387fefa25570ac2cab134537ada715cd9f 0.00 MB 1 0
50,372 50,372 0000000002443011a9c08d201ba70a9db704d3ad6ee5580f0e171922c2ac809d 0.00 MB 1 0
50,371 50,371 0000000014930769d8e3bac56b79646ed91a5afbf7834bf694f0f99595c19a86 0.00 MB 1 0
50,370 50,370 000000000f360307154eeb8e0aa6b78e3b774e4a86fdb00a3a959ce8ba76a6bf 0.00 MB 1 0
50,369 50,369 000000001b10ecbcdf7bebdd342abdfe22fb5220258c3a1eccff649fa36b8da0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.48 GB sent, 99.64 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.