Memory Pool Memory Pool Refreshing

75,555 transactions
31.34 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,823 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 7,122 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,822 (34,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
838,232 838,232 000000000000000000014d143af7c4ba2055e08f1b78a4cf0bf28aa3c48358d1 1.68 MB 2,979 12
838,231 838,231 000000000000000000007138fe354e38ec82685feb2cce968a8b3eda180b66f9 1.58 MB 3,148 16
838,230 838,230 000000000000000000011be72b6f7d4c8408dae5c3aa9941d24c03cefcf6e16b 1.63 MB 2,509 12
838,229 838,229 00000000000000000002f86a7206506f9e024a5ffe533e9717283eee2f05871d 1.68 MB 2,944 14
838,228 838,228 0000000000000000000133d32116bac50fa93099ec5371f948be7ef807d51058 1.62 MB 2,772 16
838,227 838,227 00000000000000000002ce0691425dd09ee158df4a02dc881fe8b5e21c7a2f08 2.06 MB 5,892 6
838,226 838,226 0000000000000000000095b91c8e6c127072a1bbc329505df4a5a82b3f5250b3 2.13 MB 5,111 6
838,225 838,225 00000000000000000002ea4da71c379a1fcf77fa4eb5729aa369dd70d3ed7363 2.04 MB 3,291 8
838,224 838,224 00000000000000000002304b762f6243df195a490b9a6eef9e5bc93758c5b574 2.78 MB 1,557 9
838,223 838,223 00000000000000000001fe8868241f73b9995ffb354b4c7988c137ff77d04c37 1.60 MB 3,202 17
838,222 838,222 00000000000000000000640c4b80a2c66b54c2f4c1d82157ee8add9a16951fb5 2.35 MB 966 6
838,221 838,221 000000000000000000008ac9b12f6b0e7b58b9cedada98598dea386bfa0d15c6 1.97 MB 3,554 7
838,220 838,220 00000000000000000000360055f27ae94e568c76f29161d6126f62d5c84b83a2 1.66 MB 3,258 11
838,219 838,219 00000000000000000000a2c1e8f84d2288615cff367155d0f209e00694404267 1.74 MB 2,855 12
838,218 838,218 0000000000000000000027dee0ab27bca1112875299eab986334f9f403be97b7 1.75 MB 2,613 10
838,217 838,217 00000000000000000000e1745678c2fc596b14233454cfc17006d17dbed05617 1.71 MB 2,783 11
838,216 838,216 000000000000000000020208a61f20eaec90a40dd36784d24626f1371c11e222 1.65 MB 2,079 16
838,215 838,215 0000000000000000000019aae129ea5f51f34df658a7fa09a15b2912628dab65 1.53 MB 3,214 17
838,214 838,214 000000000000000000019c49ebef438eac89130b863f46f7d7d4fa4f060bebf8 2.46 MB 2,626 8
838,213 838,213 000000000000000000003008307d6f7f21c3146286c441f2f4c190dc623a582d 2.57 MB 3,440 6
838,212 838,212 00000000000000000000108853da6d1df8cd402c25b3341964ade7c90ae28ebc 2.99 MB 1,695 5
Previous 10 blocks ↓
Total Size: 704.73 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: 2,658.44 GB sent, 242.99 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.