Memory Pool Memory Pool Refreshing

5,644 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (689,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,748 218,748 00000000000001f05c34a8918b4b04513c2e821dff7ba4906317b3d4ef0d0bef 0.07 MB 166 215
218,747 218,747 00000000000005180a694a0d375385cf091db91691487460ff7ee482cb9feccf 0.16 MB 246 42
218,746 218,746 000000000000004d97203711350cd8c788bc19ca3bb50ab127360bebf64018cb 0.13 MB 252 116
218,745 218,745 0000000000000009d04af63462945ca040903963b64b9273a80a6ac6f8b13e28 0.25 MB 303 107
218,744 218,744 00000000000004d7bcd23f90acc80f84da0e201ea43329c83669ba16f149f6e9 0.25 MB 666 212
218,743 218,743 00000000000000449a8dd6a7746ac616eac1a7fe0077ea4470f5043b2ec296d2 0.05 MB 148 121
218,742 218,742 0000000000000339d7cd6688b0b9c319af055ff7eacf5f717fad89ef9f7193d3 0.26 MB 660 213
218,741 218,741 0000000000000336e3089125f0655bf7fcd8b0b7d2c514a0ee134e2e5531872c 0.05 MB 149 193
218,740 218,740 0000000000000560e9954b8e9ff5265ec72078525e8e786c3a478bf1da348939 0.05 MB 143 210
218,739 218,739 000000000000016869caf67100ede978ea0efb46827bbd2eb67697d21c6b7126 0.05 MB 134 144
218,738 218,738 000000000000047724350f4500b7a6a845d06f85072694d1b15274985440d2cc 0.14 MB 271 132
218,737 218,737 00000000000003289b767c6f94217f6c8dfcbdded634ce0fbb29f0cc13c38aed 0.25 MB 485 138
218,736 218,736 0000000000000394837777e2f07ceed31afc336c52e2d5c2ac923c6059dfb4c3 0.20 MB 589 360
218,735 218,735 00000000000002c9e05b33cc3e03954e05cc5a1600ba6048a65c2e81ba272057 0.02 MB 43 213
218,734 218,734 0000000000000153ee5fe9f1f5b95825f77eec09d6b3d0a1ec209020e02abd49 0.07 MB 125 132
218,733 218,733 00000000000001f002b2e6cdbddc53c5391c8022a9cba9d089ea4d44892b0fee 0.20 MB 317 186
218,732 218,732 00000000000003bfdb5747f18adc3886dc231eb77f3f64ed5e7adb365955f0cd 0.16 MB 397 190
218,731 218,731 0000000000000353473db3753f8d4e35e1413173ce428c88b9df9bd3f3534aed 0.11 MB 236 138
218,730 218,730 000000000000027d77d627fe2efa6798d6835c1da343fedf27cf332ac35e88e1 0.26 MB 522 409
218,729 218,729 0000000000000097c17f06def99f1629094a06bd4689bb60b328d4f2312b49ff 0.11 MB 201 150
218,728 218,728 00000000000003794e7719c1b27f4a6957a0d5211e2cec7bbb722fc14433f426 0.11 MB 290 361
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.