Memory Pool Memory Pool Refreshing

12,155 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,065 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (4,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,046 903,046 000000000000000000011f7c6c3390988ad562a73b32234e91a81ee6de8d52fe 2.07 MB 418 1
903,045 903,045 000000000000000000013994c17a81a74e208bb1be4f305d2acfbec05a05a22c 2.14 MB 421 1
903,044 903,044 0000000000000000000066fad3203ebd05bc25622dd2469fa5d229bcc5c9e92e 2.12 MB 545 1
903,043 903,043 000000000000000000011b6e530773e0600073ff764fbf62b8a2ee5e720e7332 1.76 MB 2,903 2
903,042 903,042 000000000000000000007a31e01709e0ed46cb87737ee6c1da3122113a2bef7e 1.59 MB 3,101 3
903,041 903,041 000000000000000000021c580be05173e9e69c16f8dee2ba407afc3f4f835c50 1.58 MB 3,048 4
903,040 903,040 00000000000000000001d5c8cb0d9b081610932dd3515252d869ccb6c5db2250 2.11 MB 406 1
903,039 903,039 000000000000000000013a916eed8c3c7ee2aa152e15b3bf8c0eb70b90ee5beb 1.60 MB 3,102 5
903,038 903,038 000000000000000000012b7e4f21ca2377b49f8b4f35f58afd72b676dcc86645 2.02 MB 770 1
903,037 903,037 0000000000000000000186e4ea2a7d1c971007af924adb3a21593e24e862cdef 2.18 MB 39 1
903,036 903,036 00000000000000000000fff5cd64d0c530531a4a2835c306febe8e445e8e5fba 2.09 MB 453 1
903,035 903,035 00000000000000000001a1ce71d8a13c9093415b6672ad6ec6d4f71586a6ecd7 1.65 MB 1,803 3
903,034 903,034 00000000000000000001d30e90e14e143a57932548fa17a50604844c14d66db7 2.11 MB 442 1
903,033 903,033 00000000000000000000409699ef2b664d3503bafe48f4bacc88dc06ad716afb 2.10 MB 588 1
903,032 903,032 000000000000000000012fcce35e277b7406431c46f1ca7744abe6bf4178f81a 1.71 MB 2,145 4
903,031 903,031 0000000000000000000086e3e5306171b90d9fd99e43951d414b80e643cdcf06 2.03 MB 776 2
903,030 903,030 000000000000000000009a1bfcad90ca53723df8e918a7d70a7e5f1815b80995 1.83 MB 1,727 2
903,029 903,029 00000000000000000001038d91236a5a504d8022bfeeecd0f0567805c46862db 1.92 MB 1,883 2
903,028 903,028 00000000000000000002135d29d1f8efac9796565387e1cf5668a165a5d33a1a 1.94 MB 1,142 2
903,027 903,027 000000000000000000017b0c8f9e24eb5537919d990022afaccfde2bc5c32ef4 2.16 MB 180 1
903,026 903,026 000000000000000000002756d7e38c4507038d7f6ea252f464bcbf4daac5b218 2.17 MB 79 1
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.