Memory Pool Memory Pool Refreshing

12,533 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (710,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,164 197,164 00000000000003fa58cac323258eead1bdea3d3585203ed6a0e1ad74f92923df 0.00 MB 10 0
197,163 197,163 0000000000000312167538f5fbf62fa8acc1b42999d803682655dafb08ede1cf 0.19 MB 478 146
197,162 197,162 00000000000002efb51dab4b9bdfb76a8b970274ac51a5a4193e850a4c680498 0.08 MB 272 547
197,161 197,161 0000000000000027d39e1b98ffe3ef0781dd44447c50ea8821d7a0a90e9fa70b 0.05 MB 140 153
197,160 197,160 0000000000000471c0d1b5ace4c664a978bf75be7c35a4fb31782e1ce1568e3d 0.05 MB 149 278
197,159 197,159 00000000000005f8af77822039d0bd6d14c5830663d5e3c9a4124d32aba79d92 0.10 MB 220 171
197,158 197,158 00000000000004a9fdc17720104759a9155c5b0352bc247fa2e54d03f0e6b6fb 0.18 MB 464 210
197,157 197,157 000000000000017cb400191e8445c45ffc464b442d0e8f9b1e8d316a806cc33d 0.00 MB 8 333
197,156 197,156 000000000000038d69463324c7cebeda746bf4845a4395e35f8c4b94a739e421 0.25 MB 400 106
197,155 197,155 000000000000062f804708f50b7b5f4585d4c788ce92b44bd3276d575fdabfaf 0.06 MB 181 451
197,154 197,154 00000000000000d9d07541a7621ed8469f67190057baadef447567deca682a3a 0.06 MB 129 657
197,153 197,153 000000000000056d4f28d761987cbe7d96dd901b04c04bc2714301a4f8bc2f09 0.05 MB 98 436
197,152 197,152 000000000000046dfe7850ddad4c577081240ffc5b5c5ef58fa64d27c979b3c7 0.00 MB 12 756
197,151 197,151 0000000000000004801f25db1cdac7158c830fe48f205d4ead857230dccb879d 0.25 MB 640 144
197,150 197,150 0000000000000018eae42b63ce48391393480828cf83a6072d97552a4a1c62f2 0.04 MB 157 95
197,149 197,149 00000000000003f266a93eb7a01d7ba464dce5cc4ec0f121d2d924e89b7658df 0.07 MB 187 1,078
197,148 197,148 000000000000065d022e64f3fba8f6d4f31f4560ee54cb548b1a58cc8827c194 0.00 MB 11 1,490
197,147 197,147 00000000000002b493ea179f8b0e06575bfcec7c50989ac1dffa08aa1dfa52ff 0.00 MB 14 15
197,146 197,146 00000000000004c21191dbcd3bfaadf2c47819cd62f49d94db96284af5ecd241 0.13 MB 370 482
197,145 197,145 000000000000031cb5812a8501e009acea7ffc094a0ef666e099db156b151b6d 0.02 MB 50 456
197,144 197,144 000000000000023e122123d642d6033b7f86c51397544a4307cebf705d008b43 0.03 MB 77 417
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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