Memory Pool Memory Pool Refreshing

3,907 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,496 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (578,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,418 329,418 000000000000000008dc917ba5c3f82a4e0f4bf67ef1e5b96a581236f5683c06 0.75 MB 2,045 37
329,417 329,417 000000000000000015bd0a849970891150e6e8dd86fca63cfd6be8a47111f06a 0.17 MB 512 37
329,416 329,416 00000000000000000ebbd0b03afd3a5872efa7e2c7796f96de35879469b0e0c0 0.90 MB 1,574 28
329,415 329,415 00000000000000000b38f381e17588ae24f473f1342bd2b2883b7cca6842d8b7 0.75 MB 1,402 29
329,414 329,414 000000000000000001af2cf1ea17e8903eb7f3e5814bbc224b1472e56045b38d 0.20 MB 512 35
329,413 329,413 00000000000000000cf65cc9c5392a52204b54c25b1e3d46c7c1a94d55e9ba49 0.06 MB 106 25
329,412 329,412 000000000000000012cea4567ee2ab0e458ba9e6b4cee5872e78a7bd3346034b 0.19 MB 342 22
329,411 329,411 0000000000000000194d2873f4dd16e7e54082cd2d8022973f2b1b2f9298e81b 0.24 MB 433 26
329,410 329,410 00000000000000001409936904d51dfc681fbf0ef9e0489abdcfe9e4a0f7e7ce 0.07 MB 52 8
329,409 329,409 000000000000000009056d0da6263d9fe46868cada6403ed7759dfe98ed6ec11 0.73 MB 1,116 23
329,408 329,408 0000000000000000059fc99027d08d01dece3b9a5da627e8604412af238ecdff 0.11 MB 122 15
329,407 329,407 00000000000000000e91005e5450fe35f6001a2c77d6d894034312b0fa0c68e7 0.66 MB 1,110 23
329,406 329,406 000000000000000015a99c4896134132c5828d304e5013468fff70df9082277d 0.35 MB 580 23
329,405 329,405 00000000000000001512e9c681a81ec4dffd1a141df976b2716642dcd774387c 0.10 MB 119 14
329,404 329,404 000000000000000001114bb77ed3ca2ba9ed9ddfcd5d4e85b0e562a071ae42d2 0.06 MB 57 6
329,403 329,403 000000000000000012da80766180972ac47cde36f313377b93668bf9afd07907 0.76 MB 1,242 24
329,402 329,402 00000000000000001270bcac21cba5f2653f6ba9e4a4b1dc9fc8c51cb2c65a17 0.41 MB 600 20
329,401 329,401 00000000000000000c2dca25d058f0234fcf27930b0b57ed7c61d6d482256c9d 0.09 MB 112 7
329,400 329,400 0000000000000000079dda7dbd5e7bd8c6ee2583b3d74331c5990164b29a0573 1.00 MB 1,029 19
329,399 329,399 00000000000000000db63d1c599f6c04457ad999224d212f24cf47e64a704556 0.35 MB 526 19
329,398 329,398 00000000000000000e6bb7fd9be9606be5dc507ce388f04c0cb60581a251c74c 0.75 MB 1,926 34
Previous 10 blocks ↓
Total Size: 768.99 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.55 GB sent, 92.75 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.