Memory Pool Memory Pool Refreshing

83,216 transactions
27.00 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,117 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,319 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,116 (51,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
819,206 819,206 000000000000000000011858c8321fe89a12858378057bcfa10df8676b4a60e0 2.24 MB 2,743 149
819,205 819,205 00000000000000000002916f7f6ff993f50794f9351a925f72f5b43509446a1a 2.34 MB 3,009 90
819,204 819,204 0000000000000000000271e12e98d046a3e63b3d657ea20313748ad4b5364580 2.48 MB 2,540 107
819,203 819,203 0000000000000000000121af0bbe8b6ba15b2a0d03435b991232d8707def4e63 2.68 MB 2,609 99
819,202 819,202 000000000000000000021000cc29f6dc360e21716091f3008ad9ec097f193998 2.39 MB 2,654 166
819,201 819,201 00000000000000000001d3aa1a8e85198b49de4e0cc01aa64f1865c17dde82ea 2.54 MB 2,634 129
819,200 819,200 000000000000000000000595b37453f1dcff99ec111fef3eb313bceb7745d776 2.66 MB 2,355 96
819,199 819,199 00000000000000000002f3e3ad160f2a408ddf7454821b03ee85affa39408f77 2.45 MB 2,838 127
819,198 819,198 000000000000000000040ca4fbb513cf127b8f271b1bca7880b56dc2e05b8e01 2.55 MB 2,525 198
819,197 819,197 00000000000000000001c08ab698aaec25a9af7a6de7b4a70f8298174d8d7301 2.71 MB 2,265 204
819,196 819,196 00000000000000000003ffeb21351b9fae79f6f7bef6a09c544b333643c3f316 2.49 MB 2,258 157
819,195 819,195 000000000000000000004853b3bfe256d196a03956c29f84dceae007969d8719 2.22 MB 2,248 107
819,194 819,194 0000000000000000000413ece90110a8b410e44de0d9bfcf4e348c4960e1b0dd 2.90 MB 2,577 126
819,193 819,193 000000000000000000038eb10fc4b3a65993ae187a3c92fe75a0f50582bda922 2.81 MB 2,437 206
819,192 819,192 000000000000000000002f7cd8528c3f8c071e7e8b50135203bc30776d5b0930 2.87 MB 2,304 228
819,191 819,191 000000000000000000007d5ad008ebb82acb259522d3d64e9903859dfa8b6792 2.25 MB 2,568 70
819,190 819,190 0000000000000000000406bf6e738b78be16efcfff0113419ff2086e8f6a9573 2.34 MB 2,505 59
819,189 819,189 0000000000000000000269079d4ab8e506ec3d8f2c71a9e74ca8673c99e6976b 2.04 MB 2,230 67
819,188 819,188 000000000000000000028c1afd465a131fb25eb0035a861e885976f1d6c6c5da 2.68 MB 2,615 104
819,187 819,187 000000000000000000020b1f79bd20af4a8149e88d5c89da126b7f38c45b418a 2.91 MB 2,488 147
819,186 819,186 0000000000000000000146e0d3da398d7fd4c0091b67bdf0bcba5403b4b97d4a 2.88 MB 2,488 161
Previous 10 blocks ↓
Total Size: 701.56 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,413.92 GB sent, 221.60 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.