Memory Pool Memory Pool Refreshing

34,914 transactions
17.27 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,942 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,941 (668,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
200,073 200,073 000000000000031e86007f81e01b436bc392733a63156273c0c1e4cf5a105bd2 0.14 MB 347 159
200,072 200,072 00000000000003696e2bb20e6d6c3d535633bb884231e14e2df1d1e3e675dee5 0.12 MB 272 133
200,071 200,071 00000000000002ba370a2e950ab85b90b9358b09647caf8e138e69e358c97726 0.24 MB 470 90
200,070 200,070 00000000000001afd6c3a0051ba8f8a1acf84f29f835b706227cc236c75e5bca 0.05 MB 113 129
200,069 200,069 0000000000000047748d3f874a207a5ef0381f12fac8219eef87a651a9f0f83a 0.06 MB 159 126
200,068 200,068 00000000000005a30c59739e063c1c6881dae078dd28af422a13d005761ab73b 0.08 MB 195 96
200,067 200,067 00000000000002391039b5c599a86f4abaa0152d8a153fa7b56c26d36497daa9 0.00 MB 4 149
200,066 200,066 0000000000000276c7964dad855a0d8194fd33517cd5b1eb1256e221886b8426 0.18 MB 316 119
200,065 200,065 000000000000033fe625bfa75081efb0a820ad1482a0688f30697ce848660da0 0.12 MB 289 168
200,064 200,064 000000000000042da0fb613c9e2c93571976f9b69984a65e363465a4cbefe945 0.06 MB 112 192
200,063 200,063 000000000000046e5e9a373b90c5f501893c2ef60057f93345f0bb8fdab8306b 0.05 MB 157 116
200,062 200,062 0000000000000170b671b1303f85531732d238a671b6c493688e8740a0d2a37b 0.07 MB 150 123
200,061 200,061 00000000000000c1cc2e79922be52ed44ee6b771bfd750fbb55192611ad6715d 0.05 MB 64 50
200,060 200,060 0000000000000338dc14c25434713d077a7316bdc67c146fba9af4ea228b6e81 0.08 MB 153 355
200,059 200,059 00000000000000957b386623ca1692da71f2193bcd10ddc8dd844d0f1e9504e7 0.00 MB 12 341
200,058 200,058 00000000000000da222de2a435a9f40a4dfa8c2854eaba73eb1d5f2f24bd4cf0 0.02 MB 72 7
200,057 200,057 0000000000000580f9038a8079ee3e2c1c23d7317534e74564b1f42c70ce55f3 0.07 MB 129 119
200,056 200,056 0000000000000066aca601875315d7aefae0fddb54e5ba5a863340bf89569779 0.00 MB 9 57
200,055 200,055 00000000000000eca576c972811640a336da3bad2925fc6c4046ef8d622d28f2 0.00 MB 13 15
200,054 200,054 00000000000002b0d5ad9fe85a96d9ae34b4942f749c4f03226fde32884e777c 0.14 MB 218 81
200,053 200,053 00000000000004cf038cc204eb863f74e96f1ae38e9fffc9a5ce17c47126d472 0.09 MB 248 182
Previous 10 blocks ↓
Total Size: 697.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: 2,049.70 GB sent, 194.65 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.