Memory Pool Memory Pool Refreshing

5,016 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,362 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (848,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,205 60,205 0000000004d1a34f7393bf58c811196eee1dc8aee3355adcfec0dbffbde5b20d 0.00 MB 2 0
60,204 60,204 000000000e29a4f807dd3755330c44e560c5367af1fc637518f026b96375ff0d 0.00 MB 1 0
60,203 60,203 0000000007811add35335c915b20a5e6a5a9463af46395ff47a4d758c8381f5d 0.00 MB 1 0
60,202 60,202 000000000c03341ef99c7026cfe0b683ee15fbae9d98b167ef7c4a8be6f25e72 0.00 MB 1 0
60,201 60,201 0000000001901bd23dc2766c310108b68aa8ddbb36df7dac19d81cb93e97f927 0.00 MB 1 0
60,200 60,200 00000000057e2e535bd8394638d2c08bfb5d9dd77bae356e03aaa2e08db9d5a1 0.00 MB 2 0
60,199 60,199 000000000d27a2d45dbbc53b99aad4df53778117ea6480915b7759ccebc5fc76 0.00 MB 1 0
60,198 60,198 0000000006345a2a4d86eadfd556d97c1aae5efbfc8a97af34cebbe813f06c39 0.00 MB 1 0
60,197 60,197 000000000e2cd38468efecdd6ecc6556a845816d637d1a2daec01bd77790b23a 0.00 MB 1 0
60,196 60,196 000000000ddbbf6a93674d42bbc398338dda16175ab472f3bd70d6461a1a01e5 0.00 MB 1 0
60,195 60,195 00000000075aae37f9fe712763f02f8351186641ab79e047adc41e301cc66840 0.00 MB 1 0
60,194 60,194 000000000835e1181373a1ab3b18b287ad049181655876163020e988a871ae2c 0.00 MB 2 0
60,193 60,193 000000000eb771b46a5e9f4d0b17c33af20bb89fa2b9d0055a141922324a8431 0.00 MB 1 0
60,192 60,192 00000000034f4084540d162f91cd9988053cf80b8890ae34f50e3611f5072a5f 0.00 MB 1 0
60,191 60,191 00000000055071d34159998c0f80964172d764ff558067f4a9543d6ff52cf0b3 0.00 MB 1 0
60,190 60,190 00000000034609b12499ad326530b43d50fbe1f512e6353b6be113b88b1f1eb0 0.00 MB 1 0
60,189 60,189 00000000046848c4e6f001eddbed7eaf9889287a87116db1ec281596e6026397 0.00 MB 1 0
60,188 60,188 0000000002d9548af35833dc8b61482f2a65ac922cffeba7143136c4e9cfac63 0.00 MB 1 0
60,187 60,187 0000000008608633e89451716f61a4625e699178a69e53fb97d57cabf76d5651 0.00 MB 1 0
60,186 60,186 000000000431ab6ec4dee82eef3ca805a1c983a52798ff9a6a1e1749b0d44127 0.00 MB 1 0
60,185 60,185 000000000a5360d1f74d86c6f65aca39e266c713d7c56f2f48ab349618f27b96 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.