Memory Pool Memory Pool Refreshing

8,603 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (638,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,433 269,433 000000000000000661ca32dcfffcfbb4a290c86ccdef4e5444a6bbc45d367ade 0.25 MB 733 60
269,432 269,432 0000000000000004132a1cd67b81850097fd053a3e4df564c55dc1e927653a8a 0.25 MB 439 138
269,431 269,431 0000000000000003e4c0d85f44204ec7b0575b9e20e4582aeff66111ada2cedf 0.35 MB 697 69
269,430 269,430 000000000000000180320ee219a5f383ee5659b975f9a9897f0814b638060c55 0.02 MB 15 15
269,429 269,429 000000000000000163307eacaa6f4cd87ad355632c95ef7c4ae5fd8e57185fb8 0.25 MB 740 34
269,428 269,428 00000000000000066280cd3237516477a29a701bfcef0a60063d84ffea94b68b 0.25 MB 520 135
269,427 269,427 00000000000000068ebb7e74370ac5b488c28bf7ddb8e0d10fd8bfeb2f0ff076 0.10 MB 224 67
269,426 269,426 0000000000000007fbce38623e055e5a97b8cd24167787b270acf25f7acb6554 0.20 MB 415 97
269,425 269,425 000000000000000860f055eaa607631d5e1e8deb1623266890154c29082d78ac 0.01 MB 24 30
269,424 269,424 0000000000000000edb5d6d12dc324c58c33225fe88ff09df7331801f9bd875d 0.11 MB 233 37
269,423 269,423 0000000000000007aad69617ce1de547ddd537e21536401cf91c24c0b361e503 0.17 MB 345 78
269,422 269,422 000000000000000652d4a90d3c59615750799291770a2981c8deafdfa81cbb07 0.24 MB 508 74
269,421 269,421 0000000000000002a032d966d1c129243aea34ef09c3c66ac804603f9f57ab98 0.03 MB 46 8
269,420 269,420 00000000000000027d3131ad5442add57b32bc78c0a576f325f40dc5c5248597 0.08 MB 133 35
269,419 269,419 0000000000000001bb24ed056824a956fa29f0c39b5b2de131e7750bedcbe048 0.12 MB 226 74
269,418 269,418 0000000000000007fab324438b70c0b88b0f9ece92e65d26ff82490869bbcf34 0.20 MB 346 40
269,417 269,417 0000000000000005109d6e769ca1b7da3e635d32688e9b5382dfcfed830c8e4b 0.33 MB 754 80
269,416 269,416 0000000000000003e5bd5fc88db271b3e0f93971ef48724dd91470278ea52e60 0.39 MB 790 56
269,415 269,415 00000000000000082ba0f7de347ffefa99bfc94b24072553ce62d2cd8488a0d9 0.06 MB 108 75
269,414 269,414 00000000000000034ad763d69df0c196825face09d0ebd6101ad319f87bff448 0.31 MB 678 78
269,413 269,413 000000000000000442fba1134a7f0f4e20d535364730363317be67f7a23d2c36 0.07 MB 189 74
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.