Memory Pool Memory Pool Refreshing

14,116 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (4,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,242 903,242 00000000000000000001fdd1cf713a87b7934b14b0982d19e4bcc591fa57d530 1.67 MB 2,976 3
903,241 903,241 00000000000000000001d054cf4ae237f76b86c3d60fea4f916dfaef45ac963d 0.88 MB 1,113 1
903,240 903,240 0000000000000000000240bd87e8165936d9759bf1444c069d09b81594e0a8e5 1.42 MB 1,613 1
903,239 903,239 000000000000000000015d61cef665441494338b71fd4ddf07995fa34986f3d4 1.87 MB 1,800 1
903,238 903,238 0000000000000000000139fa61583a5e031c993a328fd97f7ceeb1267ee0d95f 1.75 MB 1,373 1
903,237 903,237 00000000000000000001fdeff1059efdef07871ee40b5b84c3936fb535f8f5dd 1.49 MB 3,568 3
903,236 903,236 000000000000000000025b25ca5e097fae77cfaff7ab2b7a3578223461c5de66 1.56 MB 3,669 4
903,235 903,235 0000000000000000000029794e089bd688b56a582f88cb2513c48b1e8bb60b7c 0.16 MB 446 2
903,234 903,234 000000000000000000001a90bbe3fde66c582fd806a88f34a1acddddbf6fc059 0.79 MB 822 1
903,233 903,233 000000000000000000025f51cd0d6e39eb0ac5fc5886cdaf5ffc792b699f7379 0.07 MB 111 2
903,232 903,232 00000000000000000000adec2ecda6c407d50d0eae85575ce03eb4c54d6c1f67 1.35 MB 3,029 1
903,231 903,231 0000000000000000000160dfd6dfe660e699f717ff94af43266f6bd4ed702809 0.58 MB 463 1
903,230 903,230 000000000000000000020dd91ff75cd638416215c51f5cea55c55a9a1a256306 0.20 MB 261 1
903,229 903,229 00000000000000000001d8382d1702b3f076a140b7a24e9f118aa0e641cb5113 0.76 MB 697 2
903,228 903,228 0000000000000000000179288f1e56d57af02e8b659ea0b72389cbea50989717 1.62 MB 2,457 1
903,227 903,227 000000000000000000013e90964d5b57b9b7562363b5d5828c09ff13a496b2d8 1.63 MB 2,635 2
903,226 903,226 000000000000000000009bdb5231531a42abc04da803a539526d6ecc58993e40 1.17 MB 1,605 1
903,225 903,225 0000000000000000000104ce4c0efb4a63dd483a8d6f9a569005ed61af6d81ec 1.68 MB 3,831 2
903,224 903,224 000000000000000000010cfde9fbf4590bc2ce7ad9d4d5121e9f17ac36cdc4eb 1.67 MB 3,765 2
903,223 903,223 000000000000000000016daba5457cb9a04871bdf1a3cb5cf95c0637623cc9ce 1.68 MB 4,825 4
903,222 903,222 00000000000000000001484f115f86f69b19801b06f85768982df3cdd596bbd3 1.01 MB 1,059 2
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.