Memory Pool Memory Pool Refreshing

274 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (689,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,571 218,571 00000000000000d2488ca0bad64eb5c10a3564a4e6af9b22f9577925461a6771 0.17 MB 357 201
218,570 218,570 00000000000004c7a93537d7f609d095f8a81b840876a33a2454d6dd634282a8 0.03 MB 65 78
218,569 218,569 00000000000001220e396a1cc2bb20b34a094617c9dd21e6548a2d01cecda64d 0.16 MB 182 91
218,568 218,568 000000000000012860d38c0b715a7dadce5c4cb8dd91e4baa1c579ab0e49f37e 0.20 MB 578 325
218,567 218,567 00000000000000d23af5e02323f40417f925d8921bdfe16d1de1d96fc433e1dd 0.00 MB 1 0
218,566 218,566 000000000000018aebb3112336f0e40a2635c9c6d02cbe7834650e8d2df706ec 0.20 MB 246 100
218,565 218,565 000000000000046718251754452152c3f9489eeb2bec2a88f78076df151c07c7 0.25 MB 542 221
218,564 218,564 000000000000004ba458b8b91a4fa0c85694e33c9922aee7a8b3f4f27be1b425 0.25 MB 504 161
218,563 218,563 00000000000001060c54baf9123f5c4015e5428b094a3c64722fcc17e028a890 0.25 MB 810 287
218,562 218,562 00000000000004c1aae4741e73ef5e773717ca0fae7257227820fc67b51bb783 0.04 MB 115 172
218,561 218,561 000000000000046fb354e4cd0ff76deb6cfc1855940ca73a97287f83ffde1bb3 0.24 MB 538 178
218,560 218,560 000000000000046b06fa1f8ca4b54613feeae0644bce89a7aa49011f1f6fd6f8 0.09 MB 186 162
218,559 218,559 00000000000000433db75fb583ab2c260a799898a1fdb4d0e2ad5e0b93cbbf94 0.26 MB 487 146
218,558 218,558 00000000000004289ec0f9d92432695fda7771136af4cf73a420a3040bc5318d 0.17 MB 371 169
218,557 218,557 0000000000000016a6480a22f8fc1cb6a7166fdf68ec52b5c9d939328a6995b2 0.22 MB 519 188
218,556 218,556 00000000000004939991f26b4466b86c3eb6dd799cafa17b5ec78d2c6b6745d4 0.13 MB 262 148
218,555 218,555 0000000000000194f6d80ac2876b50fb7473285cebe89049a812c6ebc9a34d97 0.20 MB 477 204
218,554 218,554 00000000000001dfcc2fe16d9959dd0f24c18a219e80ddfd33de98f68297a764 0.00 MB 9 464
218,553 218,553 00000000000000603a66d31c14ccef9e51d1f3cbe1c30605e10a200177fa2214 0.22 MB 439 202
218,552 218,552 0000000000000544dfc8805158879ee599add9e18f5ad5066e9db1265311d56e 0.03 MB 53 72
218,551 218,551 000000000000013f1eb6bd50bc434e8314f6b2bc67bb23f7e10cfb3a1ac77b90 0.12 MB 319 174
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.83 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.