Memory Pool Memory Pool Refreshing

30,296 transactions
33.51 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,096 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,240 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,095 (334,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,958 527,958 0000000000000000001f53bb303a6e99228a87e511db0d2ecdc477881d1953e8 0.94 MB 1,738 16
527,957 527,957 0000000000000000002b1281d1f06c26a7bfe98a66dd39297122af5717c86310 0.46 MB 1,005 17
527,956 527,956 00000000000000000026c8133c3592aeb7224a7265c7db35595539ae2db97b49 0.65 MB 1,514 18
527,955 527,955 00000000000000000023ea1bbeb2392e583c7a594780137e92884d4dfcc2ebb7 0.35 MB 870 21
527,954 527,954 0000000000000000001ad62262807268327f7b19bd523e900876cb073d101c77 0.39 MB 925 16
527,953 527,953 00000000000000000011f8ef40e306b47e175b7c6e301434da7a3ebb4fc59629 0.23 MB 517 29
527,952 527,952 0000000000000000000e00e60d27e519cba2eff24678dacb51d4cbc9388839ae 0.57 MB 1,001 12
527,951 527,951 0000000000000000000fd0ef9c7b406c68836ce93ced5c4840307a31b22ad482 0.50 MB 1,141 18
527,950 527,950 0000000000000000000b2f95507b7a162410227ef5c458ee31d4efcaa529a436 0.80 MB 1,568 17
527,949 527,949 000000000000000000059e5bb1fce35bf0f58d7dcea76086bcc5817f7cf9dd1f 0.57 MB 1,136 28
527,948 527,948 000000000000000000333b818d16a8425ef8e51c6b740e89ceb5fbb2acb3c9e0 0.25 MB 318 31
527,947 527,947 00000000000000000023ec8ae8adfe59bbea6e7490d8deb8201a9e3a0000399b 0.99 MB 2,323 2
527,946 527,946 00000000000000000020c0ccabc8d43634c9de263638472d3731248390b2a797 1.14 MB 2,692 9
527,945 527,945 0000000000000000001aad953bf3a8bc7d89407a66b0e9dbd0e8fbe7ef27ca05 1.11 MB 2,098 40
527,944 527,944 0000000000000000002c3a9d0a691872bbb2c18f125574d2364c617548dc0a33 1.17 MB 1,990 2
527,943 527,943 00000000000000000018ee910415c80d0ab4250c2a49d971c2f520c4105c8c6a 1.41 MB 1,487 7
527,942 527,942 00000000000000000028a6355026f174ad5691ba280d85086a068526bd202e50 1.18 MB 2,252 18
527,941 527,941 0000000000000000002be3ca05c718418c187ddec88254cf7f0724c370e7ad51 1.18 MB 2,390 18
527,940 527,940 0000000000000000000910f3bd27761c9c9765afb654b025510b967a8d8f831d 1.10 MB 2,253 23
527,939 527,939 000000000000000000185fed36db96466a26e9c2534f11a5e49aaf4624a519bb 0.78 MB 1,715 34
527,938 527,938 000000000000000000349ed6687150feb3efd35857f98295f42f380c406c448d 1.18 MB 2,589 33
Previous 10 blocks ↓
Total Size: 684.35 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,336.18 GB sent, 100.62 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.