Memory Pool Memory Pool Refreshing

8,233 transactions
2.61 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
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,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,728 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (252,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,440 655,440 0000000000000000000687c284bc9c7f6125d6505abac760a1d4872cb16ed625 1.63 MB 1,104 64
655,439 655,439 0000000000000000000d5bd182706ae9251e08597b4a71bb62e38f5e835fcf8d 1.55 MB 1,754 125
655,438 655,438 0000000000000000000d07f6eb5744d0dafbd087420398e4f364b4a217d5b0ab 1.66 MB 643 22
655,437 655,437 000000000000000000027e720956bef88b3bdc0bb8cc6fd80b5aee3c328e87d0 1.50 MB 1,005 49
655,436 655,436 000000000000000000060c8f31ef9d4cb480b668aa5d38e491c6f7a8b999bb8b 1.32 MB 2,152 89
655,435 655,435 0000000000000000000558676026e11c14cb1549fdb391b495530a23bbe3c97a 1.34 MB 2,367 126
655,434 655,434 0000000000000000000f08120ccf777c063ec2cfdc617916f3e7cc676a9bd7a9 1.40 MB 2,396 166
655,433 655,433 0000000000000000000cbf74013bd5d62d4e5c63474a8f5bddc932459ab0f275 1.24 MB 2,146 81
655,432 655,432 00000000000000000002341857a119967f7e07282b4399be27be3b940205e908 1.18 MB 2,286 66
655,431 655,431 0000000000000000000bb42b8874b2833610735c3d3b52050c740f1647dfa16b 1.34 MB 2,789 95
655,430 655,430 000000000000000000086d19bf072ee54508091ac1e75dba3c9a1ebac08184df 1.45 MB 2,155 309
655,429 655,429 00000000000000000003c70d9d42ee9104ecffcb04634ced3365c10f263a4e81 1.41 MB 2,410 194
655,428 655,428 0000000000000000000e8713b31fe15984779df9b9cdf885415b8edda89e73eb 1.22 MB 2,429 89
655,427 655,427 0000000000000000000c549883929eabf8fdc8de7974f0673e4675b3bc48c848 1.32 MB 2,162 169
655,426 655,426 0000000000000000000602fa20b6c8fcf4652c18399358d382da3d0ddb70449e 1.19 MB 2,655 44
655,425 655,425 00000000000000000007dbf875b6dfbc41f67449a2654a01840c4040a278c385 1.28 MB 2,286 193
655,424 655,424 0000000000000000000a8bf601df0831f76046492da4c890a2ff22597e0a4339 1.16 MB 2,855 70
655,423 655,423 000000000000000000026796a8d629bae07ae6d8efeee0c70ec70deb8181a559 1.36 MB 2,656 143
655,422 655,422 0000000000000000000fe136e79488790f69d416e66833a99abdbe19fecf84fe 1.47 MB 2,431 246
655,421 655,421 0000000000000000000cfd4428c1d2aec75442b37cc3c898c1204290bb965c9c 1.37 MB 2,407 305
655,420 655,420 0000000000000000000a9ebb43f6d8bfe80e6096ad1e63652bd7ecf175984d7f 1.47 MB 2,439 322
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.