Memory Pool Memory Pool Refreshing

6,946 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,110 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,001 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (747,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,624 160,624 0000000000000acc47758337675ca6818c2da8714008d35363e22150eab0f309 0.04 MB 111 34
160,623 160,623 000000000000040a701a828b3106c07242d35be90221386e8c71225b99f21484 0.03 MB 52 5
160,622 160,622 000000000000073f92563e6099bb19fce6d0336ea7d6fe24f2a96c4155b9b476 0.03 MB 38 5
160,621 160,621 000000000000020cf6d9e79c48dd5dad574373aa9215ac3d1d444cbe635aa27d 0.04 MB 49 61
160,620 160,620 00000000000004243a83e4cc06b52efd5500a7f2b2a03242b619f8a67501339a 0.06 MB 105 105
160,619 160,619 0000000000000a6bfbbb37f5b5b37b089f7d8ec6859d49b95b543fe35090aed7 0.01 MB 6 220
160,618 160,618 00000000000004af03b43e342e6223a4a2bea4b6254d540299704ba485c387c5 0.02 MB 57 59
160,617 160,617 0000000000000e6f6f5350a9624bde28a943e1f68113b95a0fd1e441e77b7743 0.01 MB 11 1,254
160,616 160,616 00000000000007e496cd0e70bbf80a31a8f01801e9c9598253c22dcb392936f3 0.02 MB 75 20
160,615 160,615 00000000000004c6f04a8bffe7633915d3ef8ca18aa42f5845398bc7c40b0438 0.02 MB 17 89
160,614 160,614 0000000000000ce266ad22eed0f689b8227101c838a2579499eb71eb9333e19c 0.03 MB 60 169
160,613 160,613 000000000000086d34fddd1221eaf9f5f177ff8ae7de9b2d6492c0510496e8ec 0.06 MB 74 264
160,612 160,612 000000000000068aa5631c3c95250f3c7b611dee27329c794b964acce5e6c2bf 0.07 MB 75 632
160,611 160,611 0000000000000e1d23b64372a66160bd89c4cba0a6c6a2d6c9c2db37fbd29a08 0.01 MB 6 13
160,610 160,610 00000000000009991c26723aa4894fd21987b0b08b2e3b1d2064c8c375d1c9d7 0.00 MB 10 64
160,609 160,609 000000000000082b91ddae900658998e3e13b2be97cd479e03a077261e5b946e 0.00 MB 7 0
160,608 160,608 000000000000015187e21f88d2dfaa51e8cc6483f445f8ba176b5ff22afe1bc7 0.01 MB 25 176
160,607 160,607 00000000000004d625490615c70383bb7b6a46318598d40587956ee6b2eec623 0.02 MB 62 11
160,606 160,606 0000000000000316ca8dc581af9813b5c7869827f3478adfd21bf9d62ffa083d 0.01 MB 18 207
160,605 160,605 00000000000005281e88c02363c5412eeb65f79d7f0f421418632292721421c4 0.01 MB 17 211
160,604 160,604 00000000000007696fec9671ef9c051f68b5ca18ef7d5efa7d135542af4f65f4 0.03 MB 49 113
Previous 10 blocks ↓
Total Size: 769.75 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,679.57 GB sent, 96.65 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.