Memory Pool Memory Pool Refreshing

60 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 60 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (178,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,338 729,338 0000000000000000000983c09397e3e99c525883484855a5514005e3f2acd111 1.34 MB 1,546 4
729,337 729,337 0000000000000000000959794178333e2e2f4474d84d9528e5e31d49652f5d58 1.59 MB 1,697 11
729,336 729,336 000000000000000000005683d2852b68f481718a37f460d8f10fa988b332f97e 1.66 MB 1,242 2
729,335 729,335 00000000000000000005857b47505782691d14de5d9e30adc72e0a49a5ade706 1.30 MB 1,482 4
729,334 729,334 00000000000000000001c686e055cfa3b2d04c906e07d32b624c2847c95ff3c1 1.41 MB 1,314 7
729,333 729,333 000000000000000000071a6b18ff27cd3af4927d43931fac9684bcb6bd7c08f5 1.30 MB 1,875 5
729,332 729,332 00000000000000000007b432cca6619de12dee0d6d616bfd2bbb3cb6a06097e5 1.46 MB 1,899 7
729,331 729,331 000000000000000000016003c585db344a32f9805ce21632a070135b451130aa 1.56 MB 2,206 9
729,330 729,330 00000000000000000004b5c024a684264bd10c8cb6ce2681dd89fe878e432ec7 1.61 MB 2,557 13
729,329 729,329 00000000000000000008361adc4826a744a74d1a1ede88560001943ee9ae51e1 1.43 MB 2,403 21
729,328 729,328 0000000000000000000875f34e5cdc26ae7286e81ada40d350a748a8e34e0d2a 1.29 MB 1,147 7
729,327 729,327 0000000000000000000442ab4e23a0426795c475f72a174004a06f26175b3576 1.45 MB 2,561 11
729,326 729,326 00000000000000000006d501d123492cac963e67892bedab476d750efa4b6c14 0.09 MB 231 7
729,325 729,325 0000000000000000000353a14d92649052c83e17ca7f067310bebfbda4137a06 0.49 MB 869 10
729,324 729,324 000000000000000000060020e1aa540688fc7b40b5ad258a8f56bcd6423ae132 0.05 MB 128 7
729,323 729,323 00000000000000000004007fafd5bdb49eb289626248d0404b0f73eb3b2f3188 0.41 MB 585 5
729,322 729,322 0000000000000000000815fdb7fb1bef2a67ff517aafff43bed58aa47940d7b7 1.64 MB 1,592 4
729,321 729,321 00000000000000000007e188f1d6458a82341c2836bf7dff835035e9b962221c 1.45 MB 2,768 12
729,320 729,320 00000000000000000007553079fadbabcd2977da65886a4a1e25a006470afa9b 0.03 MB 64 8
729,319 729,319 0000000000000000000521ab75766d635ddeb1bc92b328c496ce6b3577a3fec6 0.99 MB 1,230 5
729,318 729,318 00000000000000000001a07194bb34def43b70e16572e8be8c6302dda8ad3ec1 1.68 MB 1,890 9
Previous 10 blocks ↓
Total Size: 769.10 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,628.54 GB sent, 93.37 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.