Memory Pool Memory Pool Refreshing

5,732 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,714 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (833,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,793 74,793 000000000009ad9051d0cbaf7e9b2aa11b2512017edeaf5a78715e06fa66b67b 0.00 MB 3 0
74,792 74,792 0000000000103a8abac4322310c4b5bf201815a861d1044020bd4d752a943e2f 0.00 MB 1 0
74,791 74,791 00000000001c72460cf33febdafb8fcc3ccdbbbcf691bf814293e8eeada20886 0.00 MB 4 0
74,790 74,790 0000000000319202990d0f61b9a433daf34b24a61bd41036d73446a89123096c 0.00 MB 7 0
74,789 74,789 000000000050f8b52b1cad6024ee4171a8410489956007737b3357fed05e6418 0.00 MB 6 0
74,788 74,788 0000000000217ed59b51323eca886c3878d2da5cad2cb34e1d7dc5a8bcd12b5f 0.00 MB 4 0
74,787 74,787 00000000005147a7f96ba700f529d5971faee4f1f90299e08d5dfe2506828d46 0.00 MB 1 0
74,786 74,786 00000000006a19896145c00d76fa126641b4238247e28e3dabd9ab1ff7806cd0 0.00 MB 4 0
74,785 74,785 00000000001e753e56afe74060be80bffe434ff2498c8a86550a24871249de04 0.00 MB 8 0
74,784 74,784 00000000005baeba241bdc95506db8dcc6c3cbd29d105b18f6476e62816a08d0 0.01 MB 9 0
74,783 74,783 00000000004875ebfa4f4408902caea822fccdee428361a478c98e36fe73bd3f 0.00 MB 1 0
74,782 74,782 0000000000143dd58c86c98f5cac3ea2b479e6905fdde8c6dce18874bf724ec7 0.00 MB 14 0
74,781 74,781 000000000005e9428b9fe707abe385168a84da477dda7621f8580f74236e46a8 0.00 MB 6 0
74,780 74,780 00000000000abb5c34de5e9309adbbf589ef41a30b4d36df091550fd62cc59e7 0.00 MB 2 0
74,779 74,779 00000000003d5b92c738b190fd03e460bd801ace06140abd6a7c35c3ad0c1bbf 0.00 MB 1 0
74,778 74,778 000000000012e5f04c70b16cfd8bc236b28984c86c678684195ce42b408c2375 0.00 MB 1 0
74,777 74,777 0000000000553ef20d5097745772c74b62654e100a606282f411970a33df7cd8 0.01 MB 4 0
74,776 74,776 0000000000372abe927e9e22291a47122cd550e9d6c17a52cb7faffd77bbbc8b 0.00 MB 2 0
74,775 74,775 00000000006f3ec1b40444ed0ff78672ede48744acec823fb7034bd9851c66e5 0.00 MB 3 0
74,774 74,774 0000000000444f1a2490c11ecd63b508a98286449aa0e01d2c58602f911f92a3 0.00 MB 1 0
74,773 74,773 00000000000700f73e9d99e62745f270fbe4672e478c28ffd4c950f6f3825a60 0.02 MB 27 2,992
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.