Memory Pool Memory Pool Refreshing

5,797 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (680,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,640 227,640 00000000000000fabd1e0d5a04e4a6497968b53954499957283d63a337fc8be9 0.04 MB 84 84
227,639 227,639 000000000000018189597477600888f832509b9f25641fd9e6ca489e6d259eee 0.17 MB 340 180
227,638 227,638 0000000000000273d98a23a01e6bbad37b3b417dbe798aa572bc294328d9a227 0.02 MB 51 192
227,637 227,637 00000000000002732cd52f4f89a6e75371f470dd648e0055ed1916fe67300c43 0.02 MB 44 165
227,636 227,636 000000000000004cd01d17dbe8974ec9724cbe965876f42891676682d852e79c 0.04 MB 80 65
227,635 227,635 00000000000001fa23e587efe5b7324ac7342ec138cc2ea8a03742844c7d5d30 0.23 MB 464 137
227,634 227,634 0000000000000155901fe735bd0118d21faaa10138b9b23349fadfab4bb4f4bd 0.18 MB 399 173
227,633 227,633 000000000000025a63972c6fb831ec5e2f34c5d380f31816365e783dabf39edf 0.05 MB 148 202
227,632 227,632 000000000000009f6b93099d9386518914d34aa48e8f10482eb2a768805a574b 0.07 MB 127 169
227,631 227,631 000000000000013696e6a479554154d53f8c793d8eaae48890372288dd537563 0.06 MB 159 224
227,630 227,630 00000000000000cb80207951a0b6601bc4fe4065d67058bec09b3c44295cd0a7 0.04 MB 66 167
227,629 227,629 0000000000000303be8ce753d024903624a9479064405dd460b0a480b28ab3ee 0.05 MB 74 73
227,628 227,628 0000000000000296a401b50e004e7b4b835079a66d57ac2884cb63c7d7da9003 0.15 MB 323 164
227,627 227,627 0000000000000258be9b4fc6553450a053a3ffd7106eb25d66b87d85c93dd278 0.12 MB 256 176
227,626 227,626 0000000000000064e4accbbe1f8a7d7c89e387edb8541754cc36f8cc0ae73e03 0.17 MB 321 161
227,625 227,625 000000000000035f4ff823405525fb888c02e4938e84cf5a037997be00622509 0.33 MB 734 183
227,624 227,624 000000000000005189738bb2cfc4f9f123ac93b4070c23d0d7db438f9732638b 0.02 MB 34 156
227,623 227,623 000000000000031f455c9692ff118ab62fef173c7fb905f40c3168c70abb7d88 0.10 MB 270 227
227,622 227,622 000000000000002f2fee18e61e9e2dd59411298e231bcace70b8c10914e3197c 0.15 MB 288 67
227,621 227,621 0000000000000018487ee5da5c78e36e42f24745fa927b66086035529cc33e4e 0.23 MB 143 57
227,620 227,620 00000000000000740d06c25164b4b789d9a7c6af3650426a506181d4fd9d3a51 0.25 MB 628 162
Previous 10 blocks ↓
Total Size: 769.00 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,616.68 GB sent, 92.81 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.