Memory Pool Memory Pool Refreshing

9,252 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (838,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,110 69,110 00000000015e4fd946ab94cf7a92d988eb31ed9965488830a3dcc01c0b2487b1 0.00 MB 3 0
69,109 69,109 00000000002bfb1d3cb4d2aaabc9a0603233b71d8f2dbcaa9a3997475311ea4a 0.00 MB 1 0
69,108 69,108 00000000001c748d5d6d9b937f92f3941bb1d01a44a20acc718f43b8a824e10b 0.00 MB 1 0
69,107 69,107 000000000164fdff82223e1eb12005b5f505583b14f6b2cc30c85027d9d2a4a9 0.00 MB 2 0
69,106 69,106 000000000067d7c5a143058eb8a5bb39558fad5c735e49c1b31fbcf83b33b3f5 0.00 MB 2 0
69,105 69,105 000000000132b9155075146e570dabc5acc0cc485f23b0a5d95fec83330b31a4 0.00 MB 1 0
69,104 69,104 00000000009201355039f6573e347bb805807cb038e7f085977c51e3eb1fe8b6 0.00 MB 6 0
69,103 69,103 00000000003c1e82bd52c6dc725b51b05ede9b2fc40a55958d181e99b3952699 0.00 MB 2 0
69,102 69,102 000000000023ec222039e294df0e14240bcd63943bbddf75f36a6306c3094ff2 0.00 MB 2 0
69,101 69,101 00000000003d13de96f48891773ee9f5915df2b49bdf68286bc584a2e47a37f2 0.00 MB 6 0
69,100 69,100 00000000004830fe0d8dad98391cc07082e2f6a4e4908500ae33f5906ec9a444 0.00 MB 8 0
69,099 69,099 00000000000655a38cf8c5ef08add7d0db6604da82316985aff3373a919a93d9 0.00 MB 2 0
69,098 69,098 0000000001220a1b21c807e83c36e790b502dcf118c1257be9a321fdde136663 0.00 MB 1 0
69,097 69,097 0000000000f9dc00a57718bae27142ca849a95073d565eb1aa67494c2d5b4a98 0.00 MB 4 0
69,096 69,096 00000000003621cd391317b818a8bcac1040d540b5abaf16be4c6618b3e0a112 0.00 MB 3 0
69,095 69,095 00000000001f9de9f185c15fa7baeccdf53f5898fb39e1f35047ed5992557126 0.00 MB 1 0
69,094 69,094 000000000019a6f9091740ffa0555426759ac1c2412a82871fabcd0d814460ae 0.00 MB 6 0
69,093 69,093 000000000048429d8afa698c0bff1135131c0167d99fd6ba4267370b82f0a64d 0.00 MB 2 0
69,092 69,092 00000000015714fbf1c5451a5e7957307aabefa2bc37445e390200ae2ea86a47 0.00 MB 6 0
69,091 69,091 000000000105d07d3aaefe55eb0be07ac8ce450fe6649a3c969f74199ea1b19d 0.00 MB 1 0
69,090 69,090 000000000020562b5744d2136b3cd561873cb9b6fb225811a2623971866d9da0 0.00 MB 15 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.