Memory Pool Memory Pool Refreshing

41,948 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,580 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,579 (402,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
460,275 460,275 0000000000000000002ed027b3051343ca5d8cbeff519b30696a415ddb6f2991 1.00 MB 1,044 115
460,274 460,274 0000000000000000015232be30d5fe8e356745c54885a6da4cf2e40907804c50 1.00 MB 1,536 136
460,273 460,273 0000000000000000008bef02c49af365b03c3553d41bd51dd71a21911a0a05e9 1.00 MB 1,248 127
460,272 460,272 00000000000000000020ef46d47c91d37ff36b76bb8df82088c9edf9ffa36f8c 1.00 MB 2,170 131
460,271 460,271 000000000000000000e9a1d04df57901bcd8cdb75463d836ab251548978c32d3 1.00 MB 2,116 160
460,270 460,270 000000000000000001c42cd1dba6ce95e805a4264e69accdd2eac1a7284b344b 1.00 MB 1,998 158
460,269 460,269 000000000000000000d813aaffaa85aa5ec0be2d063b85a5fd3cb527e84ecccb 1.00 MB 2,242 211
460,268 460,268 0000000000000000017070e0b781f2ae23b8e211b118453a5db463e9402fa380 1.00 MB 2,130 124
460,267 460,267 000000000000000000f3932067179d8e6a61f1d1dd95076571ff7e557dd0aae0 1.00 MB 2,650 157
460,266 460,266 0000000000000000009d7b111c69304fec27caa5279b4ce3fd68e520a94be075 1.00 MB 1,892 234
460,265 460,265 000000000000000001e21325569234e90ba4293abef494509141e8fc6124365a 1.00 MB 1,264 123
460,264 460,264 0000000000000000012537b42ee994e097d30b4424e9d3ae3d8eafdca05dc74b 1.00 MB 1,912 133
460,263 460,263 000000000000000000e0739c15f5e94d38449712f3a44a8471a35011949e2ab4 1.00 MB 2,344 177
460,262 460,262 00000000000000000210b0d4bcd46d3266db772aebfed51fd87b826246daff73 1.00 MB 1,915 187
460,261 460,261 0000000000000000007b95696febea0a273d4325e6a3037bbfddcd8af55608c1 1.00 MB 1,761 133
460,260 460,260 000000000000000001f8e4266e651857000b564fc89b3952174497e0f0db0de0 1.00 MB 2,425 183
460,259 460,259 00000000000000000045c92135db2d941b5e1cbddea6a1dc1169a2852047a80b 1.00 MB 1,895 176
460,258 460,258 000000000000000001e5684a195b505ecc854997245bf5800ad9674fcaca0806 1.00 MB 1,297 132
460,257 460,257 0000000000000000008a7d9ee5e148b67148f6bea167e9621fd434442a8c244e 1.00 MB 3,376 159
460,256 460,256 000000000000000000f9c3c59114980e956dacab88993fd168c87ec73fe5211f 1.00 MB 2,831 139
460,255 460,255 000000000000000001e97c25b1f0eb057fc43d0456f821d6f09024554b0c79bc 1.00 MB 1,721 144
Previous 10 blocks ↓
Total Size: 685.27 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,376.30 GB sent, 107.47 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.