Memory Pool Memory Pool Refreshing

1,318 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (767,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,580 140,580 00000000000007009dfbdb0149aa90076f5e27f9aaeeb43a85f4c0008609ebdc 0.02 MB 75 6
140,579 140,579 0000000000000621604d45c724bfc61f1763fd7e072f2760e5cb60467af62121 0.02 MB 55 144
140,578 140,578 00000000000006257f11751e7fd67173510cf8cfdae133470b55c0030d35bfcf 0.05 MB 138 176
140,577 140,577 00000000000007f48967773d593b4beb361fe825356ff86e9ae2269ccc151a4e 0.01 MB 22 319
140,576 140,576 00000000000002b23dbb98b895100f53a89b9c99a802a521148fb5cd9818fc92 0.02 MB 44 555
140,575 140,575 000000000000026c21f7915fd34af23ab6a96db2981ac858d6c00efb43169720 0.03 MB 51 236
140,574 140,574 00000000000002c31d5e78e760756afe8edb6d0a31fc10a1e738b69e96357bdf 0.00 MB 4 800
140,573 140,573 00000000000007a64c514ae4d63a411b17f1eb3a9c55f2aeb6e8c1207ac2c919 0.02 MB 58 330
140,572 140,572 00000000000000121339649287e37ff2e6c2a00b3e55e5c29be9753db4da5c97 0.00 MB 3 71
140,571 140,571 00000000000005b8a3bd262d0172960b93455f95cf4d3ab6da39938062d9abd4 0.01 MB 26 102
140,570 140,570 0000000000000818eca2249897bb062c57f1d71561738df439273294ded874c6 0.04 MB 129 274
140,569 140,569 000000000000026eae6dbe3345adf89cbc43697f467ef2725d1a75c892068cc7 0.01 MB 37 311
140,568 140,568 00000000000001461591428d0594bc0bbc417ca2a764f3e7c28ca90fdd0ab502 0.04 MB 81 201
140,567 140,567 00000000000005f6587fd02081f468bbf629edc5fadcd54033b32adf00a4ca10 0.01 MB 24 40
140,566 140,566 0000000000000028d40c114f2d5ff14bb4f8ca3e70d9d4ea220cbe0f9fbecb08 0.00 MB 12 50
140,565 140,565 00000000000005d6d95b6431333e756b3fef28dee45c7c9a9d42ecaca3d934c3 0.02 MB 56 178
140,564 140,564 00000000000008bbb86d965dc18d0ae23eb1a5cfeee500fcf2aace92577d9053 0.00 MB 13 549
140,563 140,563 00000000000005ade0e27d749322b2fb8adc8024c63a35b0a496ef83b9253c12 0.05 MB 183 2
140,562 140,562 00000000000002f84699b7d3d32f818cfad9ca9b7ff740b2b0306ed6d010485c 0.04 MB 89 216
140,561 140,561 0000000000000501fa42866592dd643ed647ccdbe95d53a3dbcf38cd31b01737 0.02 MB 43 328
140,560 140,560 000000000000058f756675206d4b4dccbbd7a7c403c48a97435752d6bf1d3799 0.02 MB 47 121
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.78 GB sent, 93.39 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.