Memory Pool Memory Pool Refreshing

38,181 transactions
30.02 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,279 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,307 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,278 (27,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
837,207 837,207 00000000000000000000d31704d9332ae28e12249fdcf534e450c234827e396c 1.77 MB 2,391 22
837,206 837,206 00000000000000000002897326518db2f8af07a3269ef244daa5b4ed211d6d9e 3.83 MB 349 11
837,205 837,205 00000000000000000000851627c57ee15c1f984ba51e1ec2d14cd18ff82f0665 2.55 MB 1,507 19
837,204 837,204 000000000000000000012703a8ad9308d910764b7c15e105a47645763fb9466f 1.84 MB 2,960 16
837,203 837,203 00000000000000000001f08ae22169dcc7d9cd09a03ca3cbc18f02d05f2bbc9d 1.81 MB 2,542 18
837,202 837,202 0000000000000000000199dc6c76ca909bf8930c31d53848d2b20b02892943a0 2.96 MB 1,824 12
837,201 837,201 0000000000000000000022d49f84af9f2c80fde7c99159c595486f3d2ec42842 1.67 MB 3,157 20
837,200 837,200 000000000000000000000601b182ef0165e673b45bcce8368f1a5c3b1f2c7e1b 2.21 MB 2,931 14
837,199 837,199 0000000000000000000337f67f6b40899e26cb450f52d6cb3d6a9eb34cd1434c 1.69 MB 2,991 19
837,198 837,198 00000000000000000001fc9c19d436399cba25a1a294fd9d7050742fe8e1706b 1.56 MB 3,496 21
837,197 837,197 0000000000000000000266d8427f15f68c7519211c87d1da596fb2e419311665 2.53 MB 1,738 16
837,196 837,196 00000000000000000000c839bae945d1c6d3247a15d23f5241f889ce9da0ab92 3.74 MB 446 11
837,195 837,195 0000000000000000000099253729caaba8c5871228a0e6dffdc6dd1419bb3b71 3.59 MB 826 11
837,194 837,194 000000000000000000030565da5f84e33ebcca2202da879774ac05ab892e67ba 2.98 MB 1,414 13
837,193 837,193 00000000000000000000e0e76462234b84396b825d7dd780e4e3141f53a8ca14 2.54 MB 1,463 13
837,192 837,192 000000000000000000006e9dfcda4887a9f2b2206c683970853a538a98500dc5 1.80 MB 3,432 17
837,191 837,191 00000000000000000002d8efac7e2327870b3cba00e805a165103136a67eb08e 1.73 MB 2,933 17
837,190 837,190 00000000000000000000070a6f73ab2aee52dd75a1a203f745c873293d9bb5c8 1.76 MB 3,222 15
837,189 837,189 000000000000000000002f7e9d25a54413da83a31f442d7049a491b3c0afcd9b 1.44 MB 1,941 23
837,188 837,188 000000000000000000010934419aac8cc72344b09f41af891e80d35ee8dcc718 1.73 MB 1,673 15
837,187 837,187 0000000000000000000026da73f67fe8c0b7a3cb4421c2365755e0b44303256e 2.41 MB 1,579 14
Previous 10 blocks ↓
Total Size: 688.57 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,628.60 GB sent, 129.02 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.