Memory Pool Memory Pool Refreshing

16,288 transactions
5.42 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,176 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (675,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,869 231,869 0000000000000051c36d3ac8e7fb85cd23376530750d656b17a072dd842064a2 0.25 MB 939 308
231,868 231,868 00000000000000aafeadba85a986a14d7affcb3148c27039c08ab1de0c2c869b 0.05 MB 141 103
231,867 231,867 00000000000001889cd86c4f8408f87b805f44293d6f135e277f19771e8f138f 0.25 MB 461 171
231,866 231,866 000000000000003a87e96545dc40b0aeae1d7185beac8d929769b82c59ada685 0.25 MB 725 195
231,865 231,865 00000000000000f8f03160bad84c04d7fe33a76251dd43b4c9d5f5edcab819db 0.16 MB 329 177
231,864 231,864 00000000000001c415c811e78dda4925f95f165a7fd9e7da1cdfd8319d5e2d77 0.02 MB 32 105
231,863 231,863 00000000000000dcdf827a6c60823bb52ac5ad1c50b69c4d419895a9cba75c04 0.20 MB 458 163
231,862 231,862 0000000000000186c96301725b34e14619e20af9b11f9554817066e11227d057 0.22 MB 469 134
231,861 231,861 0000000000000170a984130a9c8db365724ed2d0dee87463b4f2aa3be7c563b0 0.25 MB 618 172
231,860 231,860 0000000000000196decb35d2ac45c02df1b78b9d1f28013319826aa1603eaa35 0.13 MB 135 52
231,859 231,859 000000000000009dedac2a650db9848424b62d1c865b56fb410d93e8a75209a6 0.19 MB 388 176
231,858 231,858 00000000000001bfb3a21c9d86666b64e20d406ffd132a8a3b80626d61ac1684 0.15 MB 426 192
231,857 231,857 00000000000000dea96cd9c6298fd19d5f619f901974ee1170f9244a2b237c57 0.23 MB 492 161
231,856 231,856 0000000000000019a37bbabe1d85aa80cc4d5c01850a86d1b765561c1262eeb9 0.22 MB 281 12,921
231,855 231,855 0000000000000014cbf9296fa5eddda238096fb576551fb9554b2b40603a344f 0.39 MB 672 125
231,854 231,854 000000000000016de4d76a6529e392717de338648cc062e5878996acaef1ed0b 0.25 MB 746 214
231,853 231,853 000000000000013e1dcea794500839030f94fca4c35c29b1a5711914866a9d4d 0.14 MB 336 173
231,852 231,852 000000000000015da152bb23d3cdbe7692cd3efa581c324657a5152d8b233797 0.11 MB 261 221
231,851 231,851 000000000000006d1cefde6dbe60cc1e5be63b811230469e2913cf4d04e8ed25 0.00 MB 8 139
231,850 231,850 00000000000001406e110768f9bd07886b2ab58cda843f4f83d2fa3a3393f193 0.25 MB 315 56
231,849 231,849 00000000000000b5114aa3d7541701d956eecffdb8c6e7075cd883d39a02dfbb 0.47 MB 1,135 167
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.