Memory Pool Memory Pool Refreshing

1,239 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (758,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,247 149,247 00000000000004bc5348a299a180c49c09c4f0a65f84b6e05e27b82db3de9f54 0.02 MB 57 121
149,246 149,246 00000000000004dd50644445edc59bf0e181943593f2a37e03683db0af3265da 0.03 MB 73 238
149,245 149,245 0000000000000ab0ecb6ba910748f6137af8b114923b3c0693808ce6f26ecc24 0.01 MB 35 119
149,244 149,244 000000000000043cb1d86812fd32269cc03c85c264af875f12cb5043fdaee833 0.05 MB 107 68
149,243 149,243 000000000000068e8bc892fd269a8c12b89cb3dea9990745416f762ea42a14eb 0.08 MB 166 207
149,242 149,242 000000000000035b0017ac8d1be347520021148dd64dcfa8627635741ad9f3e8 0.05 MB 99 23
149,241 149,241 00000000000006b53b1881784ca751a0a1b17b6633110d0d7d4fe5af1f3e1183 0.02 MB 53 224
149,240 149,240 000000000000007d17567ced712fd2e0204416b5150a5a8b3e254eb731d52a16 0.01 MB 12 46
149,239 149,239 00000000000005c7934269faf40accecb6d9e5920ff3b9aa36b5a611a2026e8d 0.00 MB 5 16
149,238 149,238 0000000000000022b09db75b5c04ce1b95cfc4078f1450884cd042fd7b127084 0.01 MB 15 64
149,237 149,237 00000000000006c6343b287ea90c7eae30ebe92ae88241d12ad810067fe3e5f0 0.06 MB 124 91
149,236 149,236 0000000000000443fa20cc8eaf60577487fa19a4a2855f880a0174382e4de9d8 0.05 MB 46 10
149,235 149,235 0000000000000111d70a43957069c2d875ede50d43f0e5a5e04204914c98059e 0.05 MB 37 0
149,234 149,234 00000000000009ced19ad42b7d28999a1c947bf91a0626e1fd83a7472b3a42bb 0.05 MB 30 41
149,233 149,233 00000000000005af8a92c76f4f587f9497f90041fdc52088c3f6f2ea77afb55e 0.05 MB 37 0
149,232 149,232 00000000000001a27cadb426fc8d27316f077ee10cd4f2d001563a7aa534ad5e 0.00 MB 11 129
149,231 149,231 00000000000008f8e301ee51717f46757e07886709818c51f25419e7eca13bf6 0.02 MB 32 61
149,230 149,230 0000000000000151628ff26679aea8f9d924075a964af36df58badaf6033cf05 0.01 MB 23 50
149,229 149,229 000000000000013db05a02f11f5ad05e0a5a37629e5c86fb7db4095d59f15bca 0.00 MB 12 402
149,228 149,228 0000000000000490ac059d55b99627f448f618f6c31cdf1b86a259e41b4f16be 0.00 MB 6 68
149,227 149,227 00000000000005d8f8b1799252a365dbf7e14d7bc0b0fb039b6b3f87277a9672 0.00 MB 8 280
Previous 10 blocks ↓
Total Size: 769.10 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,628.92 GB sent, 93.39 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.