Memory Pool Memory Pool Refreshing

36,736 transactions
29.50 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,536 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,756 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,535 (333,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
529,403 529,403 0000000000000000001b545f8b9f2732eba2048d61b31d9cc57d429e9b5475ec 1.03 MB 625 14
529,402 529,402 00000000000000000009992e65fa4f74404c9b9e253ed1dac54e317372922512 1.02 MB 379 5
529,401 529,401 00000000000000000025643a0a0190b8670a2995419f4d8f043884c201f20a5e 1.06 MB 770 10
529,400 529,400 0000000000000000002deabd0f7e490bba8c30921097e0e320e09962a89e9e0a 1.00 MB 99 1
529,399 529,399 0000000000000000000028cc66278d4c89b1db5b0d813aa2d9f772b209bd789b 1.00 MB 197 2
529,398 529,398 000000000000000000192034c15f612c9b2d38dc0a3d669976ead8b00ca6c4ee 1.05 MB 365 13
529,397 529,397 0000000000000000000c40a9b01030e1bf825f7ee01fad5dd5781d7a35b05102 1.02 MB 410 4
529,396 529,396 000000000000000000108bf8369284ebe005671e4c249fdd551712cc82ff71f2 1.13 MB 1,891 42
529,395 529,395 00000000000000000034a669d834e91fddd5be6b1ffcfa0c9f8f0d8c5f767f2f 1.05 MB 955 14
529,394 529,394 000000000000000000059f30e984f935c26f67b0fc6f11eacbe9c13b80d0b2c0 1.08 MB 1,528 15
529,393 529,393 0000000000000000002a497db77de8ca67eabe4349288bc5292d207024540962 0.48 MB 1,226 36
529,392 529,392 00000000000000000024e28e58457413adb3ba2edc24cd5c96ca9fea07c9f165 1.12 MB 768 12
529,391 529,391 0000000000000000000447f7e7fb34732d78bd1816dcad68d79983a1c612c586 1.11 MB 1,700 23
529,390 529,390 00000000000000000029a9f4df760518faff132955c27ac6539b946f083aa970 1.03 MB 613 7
529,389 529,389 0000000000000000002e1c4597b3c2105e7fd5e170b3203995ab842cda57a6f9 1.08 MB 1,150 17
529,388 529,388 000000000000000000191c2ca1b61bfe8575c5c0c96a77ebd460fd3eb5a63cf6 1.00 MB 99 1
529,387 529,387 000000000000000000163de6fdd4560251559d503941c37d26ce6e140749af7f 1.09 MB 1,488 16
529,386 529,386 000000000000000000059a91a88a2467da294bf6d1b301eaf3bec3390193574b 1.06 MB 974 13
529,385 529,385 0000000000000000002a6d9dafa04e8a6b51b2b3f8cca47d222445e081f85bcc 1.14 MB 1,503 20
529,384 529,384 00000000000000000025702b61ec6e80ab88d2150365913cb90cfdb9cac973a3 1.01 MB 327 4
529,383 529,383 0000000000000000000dfc9da24a6ce84cd0e854ae702e80a0a25ea72cc2d4fd 1.27 MB 1,944 49
Previous 10 blocks ↓
Total Size: 685.19 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,373.11 GB sent, 106.71 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.