Memory Pool Memory Pool Refreshing

4,029 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (100,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,122 807,122 0000000000000000000199e3240c9acf7abe0b22023f706090d93642406e49d1 1.07 MB 454 18
807,121 807,121 00000000000000000003359295cece498ecc197ed40234b4bc49e88318a2000b 1.42 MB 1,457 20
807,120 807,120 00000000000000000004d1f1dc6801ff109ce39da077df23828b4802f92b307b 1.70 MB 3,964 18
807,119 807,119 0000000000000000000268677a8d1556723158c03c22e684a9d37941e8b4f7bc 2.09 MB 6,404 15
807,118 807,118 00000000000000000002dbf9d0bc1c743ac17bdb60d5c6abc8cd94f2d253621d 2.18 MB 7,252 14
807,117 807,117 000000000000000000012c24b3d855b1aaed9d7f531d866aa332d8c87a9d8dae 1.88 MB 5,237 14
807,116 807,116 00000000000000000000b8e97b8326e4f8a66626fc6a6bc7d2eedee8903b9d7c 1.74 MB 4,301 15
807,115 807,115 000000000000000000044cbb4379df6b8acd89e1fd562f5c17302d5daaedd87c 1.63 MB 3,601 17
807,114 807,114 0000000000000000000450cdcb5bee6d8cc47c43d5bd7c62a1e4844f4b80f329 1.59 MB 3,526 16
807,113 807,113 00000000000000000004f3555df6446b476af46f12a4c738d7b05f5009051050 1.68 MB 3,395 19
807,112 807,112 000000000000000000017a69369f6946b54e41388e1d8f6647e2f4d1dd00f8f4 1.79 MB 4,653 17
807,111 807,111 000000000000000000049dc195e9f8782527b7b1572a84b055e2b1c940533d1b 1.59 MB 3,614 16
807,110 807,110 00000000000000000001d5221dbac14b8fa34ab1466fae149539288b5eb5362c 1.95 MB 5,562 16
807,109 807,109 00000000000000000002b5352ab140b91747f8412f8ab14aecfcaaeedeab9659 1.97 MB 5,767 17
807,108 807,108 00000000000000000004aeb6bb08965d91671ab5627830b7114727df8aba4452 1.87 MB 5,494 15
807,107 807,107 0000000000000000000464e60a028c796ca952f91bf6df4be3c2119392aaf2ab 2.04 MB 6,435 15
807,106 807,106 00000000000000000001f568975252ff405fc9dd1a2bd8850e25d9ca26f6b452 1.84 MB 5,186 16
807,105 807,105 00000000000000000002d00b3a67c01c79535037afa1912d9b5693cba1eafcbf 1.66 MB 3,791 14
807,104 807,104 00000000000000000000455ff5b07d3b78cf20f194e4d47501fb0ba58fbb0357 1.87 MB 5,233 16
807,103 807,103 00000000000000000002cc5947ad04e9f2907887d794dd124ba30ef2558d2769 1.82 MB 4,342 16
807,102 807,102 000000000000000000007fd4406fe1345e94439107df0f0498b2799e37a278e8 1.70 MB 4,106 18
Previous 10 blocks ↓
Total Size: 769.17 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,632.85 GB sent, 93.73 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.