Memory Pool Memory Pool Refreshing

3,783 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (566,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,294 341,294 00000000000000000274d890434ce624cd6e0cc5b4974d8cb0029674f970704c 0.10 MB 85 6
341,293 341,293 0000000000000000137c53e1f2d0a8280dc0e1e46dd850895c11b2172f761934 0.24 MB 299 17
341,292 341,292 0000000000000000033cade0d2062b833437c30af2e42a5d19691260bca22e47 0.15 MB 406 35
341,291 341,291 0000000000000000191cc144e70f1e0ccee43a03332302d41e2a911dabcae1e0 0.07 MB 131 25
341,290 341,290 000000000000000001e8c9ad9300624f9fc1ee84ce1e83e8e84ad4da74e55828 0.03 MB 65 30
341,289 341,289 000000000000000016b70a707e654eaf0c365d87babc6d7b06f6b8c97f53c06a 0.25 MB 447 23
341,288 341,288 000000000000000006417b9f89aec5f4f7de2bb85a8cec5aa38e31b5ea6af4ca 0.36 MB 548 23
341,287 341,287 00000000000000001a800b22cdab95f8feec0f960f14b1e9ec384f5680c07480 0.05 MB 83 23
341,286 341,286 000000000000000000e96aa33cc57a5d37253f32e99dc3b24d334019364bda83 0.03 MB 64 28
341,285 341,285 000000000000000006ac2ceefb5518655be68427cfe086fe477bf2bfc01088cf 0.35 MB 389 14
341,284 341,284 0000000000000000137be3683fbf5a7c3a2c80e248f6f02015bcd2cca5598b49 0.45 MB 606 21
341,283 341,283 000000000000000013f166d3d9feb0224bb034e0d09ae665697cc0b64f01b086 0.19 MB 512 38
341,282 341,282 00000000000000000fdbd302053bfcddbb44901f7da5d3cf2cf9c940f8536f1d 0.03 MB 74 20
341,281 341,281 000000000000000012f834ccd181976c69c426674812c4eb72a18da50170421c 0.56 MB 720 18
341,280 341,280 000000000000000004736bfa12981c3e63dcd6f4831d2b6963f5d7532290e558 0.71 MB 777 17
341,279 341,279 0000000000000000098e01fe7c1e6979763e3b360515af7fc3ef381a0260ee98 0.22 MB 284 19
341,278 341,278 000000000000000014c111724ee1e0fdd2682362136b4dab718f3f6063fdecc6 0.11 MB 350 36
341,277 341,277 00000000000000000eaac8443096561a5fa1ced70304aad0f8c7de728c0b20cd 0.69 MB 827 27
341,276 341,276 00000000000000000615d2cdd37d19fdcfee62cedde4049d011be66726fcab0f 0.38 MB 660 22
341,275 341,275 000000000000000002f11e825eae3cf7ca064ed25037a17b7f57f9ac3613c6e7 0.05 MB 61 11
341,274 341,274 0000000000000000067872e8bc7ebdffe808d2ed3a314fae97f927696241b00a 0.84 MB 1,060 18
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.