Memory Pool Memory Pool Refreshing

950 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 941 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (742,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,122 165,122 00000000000009a06b73de836638eb026ec1e8a488e5434058b68cd32ac6086f 0.00 MB 1 0
165,121 165,121 0000000000000973adf4d772e99f0ba2572643ae6ba9d1c40fb93833cb78c0dc 0.01 MB 22 204
165,120 165,120 0000000000000677fe84e8a0b60eaa0491232d8fbca033a4172c0e38e8193f3d 0.02 MB 50 36
165,119 165,119 000000000000038f7da12bbbf1bcc63f5fa23895081935198f63325169a8a1ad 0.00 MB 9 56,564
165,118 165,118 0000000000000bffa0c45c8b93940342fb121dc1cfa4bd887f52a4f06f4bb8b5 0.00 MB 10 15
165,117 165,117 000000000000066406368fdae05975859740df3545676b00904c9eea9391511e 0.03 MB 89 149
165,116 165,116 00000000000006723aa997aca45bc87bc3de1c67171c1f54428dd947dec09189 0.01 MB 26 390
165,115 165,115 0000000000000b35b1cf8a0db29569f85848401b808577919ceb43353eb9d40f 0.00 MB 7 0
165,114 165,114 000000000000045c40d822cef3bdfc5070a753f80d3698e0e78654a83c3bb858 0.02 MB 19 62
165,113 165,113 0000000000000cbf05f47e0912217faa62338aa6452a95afa6c135f71df631ab 0.00 MB 1 0
165,112 165,112 00000000000008ff84595efe21ce64308daf1583fe82511732d0fc1a9454e03c 0.03 MB 89 44
165,111 165,111 000000000000030ffb2ee39d0773ccc086cc347216c7dcdb5d1b6930dba614bb 0.01 MB 25 30
165,110 165,110 00000000000008003f850b3cd940fbc963e75b65f627025c09a51f4322c58c41 0.01 MB 21 210
165,109 165,109 0000000000000002cc3addfc5ca53fbdf031e5dba8a1b80ac0b65825a81d839a 0.05 MB 65 77
165,108 165,108 0000000000000b6ae8ef1b870a076efe4bd00b034cf31cb472adce427910f60c 0.00 MB 15 40
165,107 165,107 000000000000035d52b6175ee1b16435195ce484f19969b6172fd4b63b2ffdd8 0.04 MB 78 213
165,106 165,106 0000000000000974536bfd8540d3fdf0451b6aaeab6c9d070dcb79d114333905 0.05 MB 141 68
165,105 165,105 00000000000007f407fd9b1f351435692a627a98c21d9e6208ab1ed2784c0479 0.05 MB 110 70
165,104 165,104 0000000000000c7fd8f03fa6ba9eb1365c620c5b432552943340178d34c8f6a5 0.00 MB 7 442
165,103 165,103 00000000000002a1476365795519b26701a9e49ce96cfd2f7b0e1de1843fe980 0.00 MB 10 0
165,102 165,102 0000000000000351f8320bbeb0f52fe88c68f5f406bdb19ab4aa4c142c373392 0.01 MB 46 96
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.