Memory Pool Memory Pool Refreshing

38,282 transactions
28.27 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,203 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,202 (332,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,293 530,293 000000000000000000265f8ae95250324bdcaa9d652c2caa299f89725f0661e0 1.14 MB 2,280 46
530,292 530,292 0000000000000000001e6808ee2804c094444108f409ecc7c2e68f69eb97a33c 1.16 MB 2,401 89
530,291 530,291 000000000000000000242e113a1faa874f318bfe94916768640c7b3eb195cc78 1.17 MB 2,599 39
530,290 530,290 0000000000000000000424e5e3b5019c35f3bbfcb387886772d5205c912304fb 1.16 MB 2,410 32
530,289 530,289 000000000000000000298780c9855540157d2323c4fb7c9f11f514c842d03609 1.24 MB 3,031 12
530,288 530,288 0000000000000000002f2160f54c51294d9a5587fd49cca27f9c0c71b8cc2094 1.10 MB 2,189 74
530,287 530,287 0000000000000000002c73e8bf1c874e1001147160e0fad3ff7f1fbb9e700663 1.34 MB 2,351 9
530,286 530,286 00000000000000000024f3d30cf5db4493b5668b636628a825f8716cbc2f260b 1.19 MB 1,927 7
530,285 530,285 0000000000000000002ba5538890dda97753b532dee4442d6bfcb5d31fc517ea 1.18 MB 2,382 48
530,284 530,284 000000000000000000249d0e33c795cbf9736b3367122348cfec4bc227afedad 1.09 MB 1,998 44
530,283 530,283 00000000000000000006e4f8ec5ac60d89cac532faead3132754f0ae5d0e26dd 1.02 MB 397 7
530,282 530,282 0000000000000000001e0b157c2bb2e29a3eb3ebb9b5015a03c1d8c5aad2fcea 1.16 MB 2,694 36
530,281 530,281 0000000000000000000e42b0e0aed45ef869e64e18e5911326c53d86c14c98c0 1.03 MB 551 5
530,280 530,280 000000000000000000242c180ee00ba6f59b8d7e8d59a49692f04cc80c36276b 1.13 MB 2,335 32
530,279 530,279 00000000000000000019aed6c4f6a1161d7232894fb74109f21fe00ed42d2200 1.14 MB 2,340 21
530,278 530,278 0000000000000000003439f594948443f8d6a7c382847edef63768c73b1af16a 1.01 MB 367 8
530,277 530,277 0000000000000000001c55e34fb3da8843c1d4254622ac42d6065097684270e8 1.16 MB 2,187 24
530,276 530,276 00000000000000000001233e734a2e27a907c24bf43a55b71ea28e06ec4b829a 1.19 MB 3,102 34
530,275 530,275 00000000000000000009e63379bc28f94b6e346e7fd2c95b8b746f3ea70ef2f7 0.27 MB 453 63
530,274 530,274 000000000000000000262001a4acc896d468fc004547e453eb84affd6e6911e5 1.01 MB 373 3
530,273 530,273 000000000000000000175b26ef238f86dabb3f8856cd8bc43570ebf46d62088e 1.03 MB 679 11
Previous 10 blocks ↓
Total Size: 686.50 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,467.35 GB sent, 115.17 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.