Memory Pool Memory Pool Refreshing

8,470 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,144 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (794,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,237 113,237 0000000000003c62ef5f589a8892822fdee48063e932ed067832658990b47073 0.00 MB 10 310
113,236 113,236 00000000000009f86c90028f2f0fbb156fe0fc386ba2fdef9dabe32d477bee72 0.00 MB 12 766
113,235 113,235 000000000000cfc3c633c4d77993510572db1e66bca1642b7d4e5b42e258fe97 0.01 MB 13 175
113,234 113,234 00000000000030c3c7bd0f83e4826fcc94fbd02cc0b4be62624912066382bb56 0.00 MB 18 210
113,233 113,233 000000000000bb686a4847350a821811f11afde67422d3bff3233b904efa3f47 0.00 MB 13 478
113,232 113,232 000000000000b64cfe0e3c91407e7a574db10976ab3d671a05053b5261e8aa04 0.00 MB 7 504
113,231 113,231 00000000000074ac0325d061c87826d59636a4c5a38f34f110e51accfbb6e8bc 0.03 MB 110 78
113,230 113,230 000000000000886b382580fc7489fcb2bf47a7e028abca95f68daf2d522d1946 0.00 MB 17 210
113,229 113,229 0000000000008658e248dcfb3c9880ef6c2822fbdf63c939ee03e73d93bddf6e 0.03 MB 119 0
113,228 113,228 000000000000ce11c452fa29517c8b0512bb9dd03fcd8fed22e1a7d5df74216e 0.00 MB 11 0
113,227 113,227 0000000000009483de79cca7a4ec6acdd7721dc91af5efb9b1c9c952bfc845fa 0.00 MB 11 574
113,226 113,226 0000000000001677ed3037b9786817536f80112d66dbeb4b1a54eac346640ce7 0.01 MB 12 450
113,225 113,225 000000000000b110e1127bca70752c5d519a377ffb8be98d573c3b8596266bea 0.01 MB 29 0
113,224 113,224 000000000000bf3325d3efd95035bfba721335d621673d854a25de4af6d049c1 0.00 MB 13 1,036
113,223 113,223 0000000000006fdaaa08ddd02ff7040c03ed0c15e17a999d0b6ce30a26b0093e 0.00 MB 12 610
113,222 113,222 000000000000d7ab125b7e93999e1728b299a605bfaf5af026deedb0c941b197 0.00 MB 6 0
113,221 113,221 00000000000039a81b8e71ff0e4da7e077a748f766264624947be89dfa635088 0.01 MB 26 424
113,220 113,220 000000000000d0f5e26057064138bbaf2763cc597f9c99bed5f65c45b0ea0d0c 0.00 MB 11 0
113,219 113,219 00000000000056431a04445278df99cd0224d85ee1ec565cc3cfa7212db6cfa5 0.00 MB 12 510
113,218 113,218 00000000000047eafdf5376684db79cd22367c8a086dd131c3c996a849eab52a 0.00 MB 1 0
113,217 113,217 0000000000000539f30e8f34b5c109fd599ec13bd5d8475a67bf5b14741da67f 0.00 MB 12 322
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,625.47 GB sent, 93.03 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.