Memory Pool Memory Pool Refreshing

37,722 transactions
19.07 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,867 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 1,715 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,866 (166,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,523 702,523 0000000000000000000671e720e7e49f5de3a5cb04570cdf6f16f05f34cc11eb 0.07 MB 64 10
702,522 702,522 00000000000000000004cd6db35703f79f3c66aedacd5f5cf12f3250d95069f3 0.54 MB 1,053 10
702,521 702,521 0000000000000000000e9f22afb4e00b359fa5b02618bb714e88e2a3bfa0c67b 1.02 MB 1,173 5
702,520 702,520 0000000000000000000a3cd15ab477a27ca83f66b96032b591cdeca51f685d91 1.74 MB 1,782 8
702,519 702,519 00000000000000000007410fc4ae120b62be24134fc5020d985c97bf9d53393f 0.49 MB 914 12
702,518 702,518 00000000000000000008c51a6c212b3abfdb199f752acc799095b0227200dcfe 0.67 MB 903 6
702,517 702,517 0000000000000000000c6d2836375656138c2138a75e0b273fb9d9f5dfad198f 1.29 MB 1,454 7
702,516 702,516 000000000000000000059229ecd223fee0c896f966e4e55af35a91e890a9e995 0.15 MB 382 16
702,515 702,515 0000000000000000000962a898c077750463d7061b032b0198bc7ceb5dabb9c5 0.66 MB 884 15
702,514 702,514 0000000000000000000c61fa970ecc59bd359683502b9f6e93dc3af4a06bbe6f 0.34 MB 660 12
702,513 702,513 0000000000000000000457ed6a61538d1165fd302e7814123653a14360861bc6 0.69 MB 1,345 1
702,512 702,512 00000000000000000006bb1924c795a5bed8a24d9d96b33565f44e62b5c65361 1.48 MB 2,829 20
702,511 702,511 00000000000000000005ea8d64b4b2016d721ef7b973e3b8e6e2f7b1c6fb40ac 0.08 MB 202 17
702,510 702,510 0000000000000000000927b6adda4dcf6f135609f78505957f3618cc2df85f16 1.21 MB 1,497 5
702,509 702,509 0000000000000000000851d870e597481fdf7e7ce3eb4e28dab731526a581b98 1.33 MB 2,041 13
702,508 702,508 00000000000000000002082c5de68f769e884d0420b21069f6c2f621fa810544 0.90 MB 310 2
702,507 702,507 000000000000000000068939927defd08dacd430ae35b764b987048e10b2dd37 1.33 MB 1,887 6
702,506 702,506 0000000000000000000bd5ea09f3bf428d0a49d1e0855b9197fc294743471a84 1.56 MB 2,495 12
702,505 702,505 0000000000000000000c2fe5d2484c80e693e2e399d21c9bc49818a845698029 1.63 MB 920 1
702,504 702,504 0000000000000000000571c841d6d91924e29031dc59c7a9814aa4aee573be17 1.80 MB 2,172 6
702,503 702,503 00000000000000000000067482be826b1b1e0c8d5a0bf70ca7fd7404294b3585 1.42 MB 1,932 31
Previous 10 blocks ↓
Total Size: 697.28 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,043.83 GB sent, 193.82 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.