Memory Pool Memory Pool Refreshing

15,415 transactions
34.45 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,142 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,919 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,141 (508,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,297 353,297 0000000000000000167e9bffed241cd696ca454c866a7f02314c3509ce40e8b0 0.13 MB 297 33
353,296 353,296 0000000000000000045ee0683e54fa044144eb258d6ac387662cfb48b1ff1746 0.44 MB 914 27
353,295 353,295 00000000000000000a1284777f35b83426d0a6d6ce88b0920863d348e87268ab 0.52 MB 975 25
353,294 353,294 0000000000000000094948c91329ed2a7315fe45d79d3a788c9e9adaa0bcab50 0.18 MB 251 5
353,293 353,293 00000000000000000bef2249e17fc1ef04779863c9c1f3014a37d08bcafc51e6 0.46 MB 896 32
353,292 353,292 00000000000000001207e8f3e5906b893e3ce35814c34716e47ae10298677244 0.75 MB 1,507 30
353,291 353,291 0000000000000000156ac26e512b7554211b162b5229ae1fd6d47d6ad591819d 0.58 MB 1,145 24
353,290 353,290 0000000000000000093481e5eb21514cf58a51da2794fcde4c9d79075286da82 0.24 MB 585 32
353,289 353,289 00000000000000000582042e2a3e71f3d20c0338802e3e5f4a60f7978ff1c099 0.42 MB 963 32
353,288 353,288 00000000000000000eb78a5eb4e101afa70814981069a5f6b062a5b2d6c7c427 0.11 MB 269 32
353,287 353,287 00000000000000000facef336e948cf0fbf89bea6afd3187a14ad1dde6df9369 0.18 MB 169 16
353,286 353,286 00000000000000000f9922738b88da5f2770bfecc32222ec14d2a6d2a4cc1594 0.87 MB 2,125 31
353,285 353,285 000000000000000002808ae0c370d7960d2b868034dc11db8e6557b2d7b51c48 0.52 MB 1,202 28
353,284 353,284 00000000000000001513ef3920b60840a9163d9d876f25c4fa76d1bfb9a918be 0.16 MB 365 29
353,283 353,283 000000000000000007c45815363757364f467b93ced506de6d3b9d6bd4939f81 0.16 MB 328 28
353,282 353,282 0000000000000000127bc7b4eeeeafe33c1c52de45f8fd068c66bbaa95ad8c54 0.43 MB 988 30
353,281 353,281 00000000000000000f33b1031d9e18b35b38a5ea9e8aafdd59c87a57526a9c93 0.60 MB 1,265 28
353,280 353,280 00000000000000000e75396bdeacf18cfe2311880ca4e6479d653e6a9d08b9d9 0.71 MB 1,344 27
353,279 353,279 0000000000000000115fe2d3714141c3cc0f583c2f5998ccdb644c35f3609c6a 0.06 MB 118 24
353,278 353,278 000000000000000002f39a9c823e0f61fa60e3be14c2261cb6cc2cdcb50ff2f0 0.09 MB 116 16
353,277 353,277 00000000000000000747faebc7d0570269e078851f48091a73a2a8f467d237df 0.43 MB 888 21
Previous 10 blocks ↓
Total Size: 684.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,340.46 GB sent, 101.13 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.