Memory Pool Memory Pool Refreshing

7,008 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,502 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (137,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,141 770,141 00000000000000000000082797a2134744e01ab6d5bc5997fc9aa0cefc5fe696 1.44 MB 2,808 11
770,140 770,140 00000000000000000002f1a09b1a50e40af57ef4dac3a6101b301974db227d45 0.49 MB 748 7
770,139 770,139 00000000000000000007023f6f3af48e858bdd8c5fb7a4d621eec3a920d6c613 0.09 MB 204 10
770,138 770,138 00000000000000000007d3439c95fdce506ddf2aff4c8b0429d9733a3fc28002 0.85 MB 1,555 9
770,137 770,137 0000000000000000000357cba0312333842291192613549a0fe311cfadf4035b 0.00 MB 14 13
770,136 770,136 00000000000000000004d93c0623ccd5d72872e575ad6f237c7556b13509bf88 0.32 MB 480 8
770,135 770,135 000000000000000000061cf5986e988e3de10eeb3241996cb7449825c83a48f9 1.03 MB 2,008 8
770,134 770,134 00000000000000000002ae2edd19ac8ed565949056df03558f2e112b1821e151 0.98 MB 1,697 9
770,133 770,133 00000000000000000000939fbeaf2a877f8a5ea5f1229b6956efb4dbc2fb4b63 0.24 MB 333 9
770,132 770,132 00000000000000000002facdf4b686d37bb2582d8b8e824d46eb1c41049856bb 1.24 MB 1,930 7
770,131 770,131 00000000000000000003accc7806e0c54c8c58717ff352dc63d2aa0b3bf9e3d2 0.50 MB 1,102 9
770,130 770,130 0000000000000000000234ad365e0ae611d6b2039773daa2ae23e0d535e8b8f0 0.15 MB 276 10
770,129 770,129 00000000000000000006bb4de082f77176c05b982299aa0f69dc07cebbd59e09 0.03 MB 53 8
770,128 770,128 00000000000000000006b5d33bd8cf2248643532424ad4bc9b9b5339728803c5 0.20 MB 262 9
770,127 770,127 000000000000000000022883acca3c6873ed100395b3ca617ccd66e2508ddd55 1.14 MB 1,105 6
770,126 770,126 000000000000000000046f33c692e143c48361eceaad6a392231f9c009e4d401 1.84 MB 1,274 4
770,125 770,125 000000000000000000008230de99919bf3fbda09b51b9f441099f8761cd8d355 0.58 MB 458 5
770,124 770,124 0000000000000000000286f223466c22b127fecb8cf857946e5e2019335060f5 1.67 MB 254 2
770,123 770,123 00000000000000000001532095a641514744b9a2e179e8b58a14ecd883e07116 1.10 MB 901 6
770,122 770,122 0000000000000000000762abd01fd929b5bfaec23fadf7002c689440f9b3531f 0.79 MB 1,388 10
770,121 770,121 000000000000000000031e5bfebcf77cff3a520f7c214a19aeb70d9f92ce108c 0.50 MB 1,069 10
Previous 10 blocks ↓
Total Size: 769.45 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,645.99 GB sent, 95.21 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.