Memory Pool Memory Pool Refreshing

4,355 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,992 (800,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,660 107,660 0000000000024311305482b6bbbbe6121ccb1b0f184021a8baa9fc5238bf0d65 0.00 MB 11 0
107,659 107,659 0000000000001a7dac5f2f1cd6b23620257ba82c9c51d87ba1c2a64fb0db2df4 0.01 MB 5 150
107,658 107,658 0000000000007a9f1e7a67a39474cacff67dc248d7a08df14fd0e6e10034b733 0.00 MB 10 0
107,657 107,657 00000000000039788c6bc7b491ff5904b634e02405b795ab7e81d90ddc621806 0.00 MB 9 0
107,656 107,656 000000000000ab6f1e48286d58b9544fdd51f11c4bd817c87a5e11d540730a90 0.00 MB 7 318
107,655 107,655 000000000001e041d4325060f1478fe9eb3d6f6f0f4d669b6b9c214d322e6352 0.01 MB 25 0
107,654 107,654 00000000000024de8713a3f3476cb5d3a285566f8be2c3433bd3a78cf09fae39 0.00 MB 10 0
107,653 107,653 000000000001094e8e45e07010cb63895850e51b8be07e71e7a26af6ce4e53a4 0.00 MB 2 0
107,652 107,652 0000000000019970ae23868104d1beb6fa18281d4c45f4b6651a9254cc8fe629 0.00 MB 7 0
107,651 107,651 00000000000091f69d09364158a50ab9fa5acc4e67e25e88e92eb3a51cbd5445 0.00 MB 9 0
107,650 107,650 0000000000016d9f62ddf89621ba83a66b885dc2c98908ca5162048c7daa612b 0.00 MB 3 0
107,649 107,649 000000000001bf3af6ad4f17f5360113c62b2c194ad901ee63094a84ce954930 0.00 MB 6 0
107,648 107,648 000000000001cdd119b7dba5692b2d15cd49d6779d6c3ab035ca801e72babbd3 0.00 MB 10 202
107,647 107,647 0000000000018aa6f04b6b99538b071b5ffbca69117720170ae71651495ecd7b 0.00 MB 2 0
107,646 107,646 000000000001e287189b9ad8b6a8373e5f3289a24b589bd189030574f7a3daba 0.00 MB 2 0
107,645 107,645 000000000000b72fce10afaf212a1297474dd3da6b2e6ff729465fa0e21bc8ca 0.00 MB 5 0
107,644 107,644 0000000000008859299e54395f1fa01e1751d132ad88096cc7c4c2c669e4c543 0.00 MB 12 0
107,643 107,643 0000000000018b7296e0c614319dab47622c1d9cb0d60c47209b620eb1db0500 0.00 MB 11 0
107,642 107,642 00000000000096749f01d9d123af78b08c4439c5e7d5c234e325df09284cd6dd 0.00 MB 7 0
107,641 107,641 0000000000008cc08fc229e819dabcb154144a075be36542623bb6e9f6f7b913 0.00 MB 12 0
107,640 107,640 000000000000284deec03a7a0fa2599c242b836b5998f99ceeb1cc27fa5d0df8 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.