Memory Pool Memory Pool Refreshing

8,324 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (753,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,233 154,233 0000000000000b2acab9836bbf7956481f0e1c4fe085a2655cf6e138ac7d9282 0.00 MB 13 23
154,232 154,232 000000000000084ee709373084b9f67184452d045546c39290493ad4340de34a 0.00 MB 1 0
154,231 154,231 0000000000000a59fb3ee291f51e0e869cc5f594ec4bb688f554d396731cd685 0.00 MB 1 0
154,230 154,230 0000000000000b13d24decef0d256397944dfa905644de588cebdcc89b9df65f 0.00 MB 10 59
154,229 154,229 000000000000056bd90c226ebfee3497cd21020a5983418337c989e421bf237f 0.01 MB 37 28
154,228 154,228 00000000000008042e4a1da1f9cd5702338e03698b4d3bbf5b34dc207b894f17 0.02 MB 72 2
154,227 154,227 00000000000009258bf12d40a03768d0e3896b8ab18316f6ed8773a0413968b5 0.00 MB 1 0
154,226 154,226 0000000000000b981caaeb6015e8a563052e933052447ebae63d2cf4ad93d588 0.05 MB 117 487
154,225 154,225 00000000000004f26175c1cad673865f665a1e6484daf292527b74e8efac3ea2 0.01 MB 17 1,577
154,224 154,224 00000000000005e8f9b7f9a82bdc141c29915ec762f5567084f82e60428598b3 0.01 MB 31 130
154,223 154,223 0000000000000dc0aad44ccfe4ff2507851d11178d9707d38f43688f8993a5df 0.03 MB 75 85
154,222 154,222 0000000000000d9d72032792493a484c3af99100a7f20f894ebcf57a9d227dc3 0.02 MB 41 109
154,221 154,221 00000000000004fe1fa3499cf3927f4e564c39ff1e7d15245f1da1480b5612df 0.01 MB 19 15
154,220 154,220 0000000000000117569593206bd2589a571846f0fb564c8e6d7d4f02468500ca 0.05 MB 89 129
154,219 154,219 0000000000000c8a95b345168358db12c568ad9741974ff088ec4aa184f91417 0.01 MB 44 23
154,218 154,218 00000000000006d643a18e3ed77f12bd0d8beda12422802c523cf8675881bf2c 0.01 MB 14 62
154,217 154,217 0000000000000a16942df238b79c071c57f0b6393e32b3323bb554dc94c1b129 0.01 MB 30 138
154,216 154,216 0000000000000007b1c6f9409d7537161747d36baddcfdc2a7e291ee31482b34 0.00 MB 10 0
154,215 154,215 0000000000000258f86c498b2ea501c45f56a77998229a7fbc8894fcffaf2a86 0.02 MB 36 61
154,214 154,214 00000000000006e472c7c0e9600113fe03c3e10d526a5e8a77b7eeb2b9a7f9d1 0.05 MB 164 38
154,213 154,213 0000000000000c5cca6fb8be9d9b364aa0200be055e9acb9707ee65af825bc62 0.01 MB 26 0
Previous 10 blocks ↓
Total Size: 769.03 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,624.93 GB sent, 93.01 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.