Memory Pool Memory Pool Refreshing

28,249 transactions
29.28 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,302 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,301 (163,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,333 698,333 0000000000000000000fc7b7fbb970db08982c8e710a2f9089473979a5f8e5d5 1.16 MB 1,098 5
698,332 698,332 0000000000000000000af6403713905839e1adb3377f4f05130ab18422402a1d 1.15 MB 541 1
698,331 698,331 000000000000000000081ead3b6e7f9c90712cabaec2bceb8b8ce9d357fb2775 1.20 MB 1,040 4
698,330 698,330 0000000000000000000d0c537dc1ca159d154d18c54ac50332a0a1b738776b89 1.45 MB 2,350 9
698,329 698,329 00000000000000000007fcc74ef54828da23d0cb4cc8d23f678af577d45a1e24 1.29 MB 1,373 3
698,328 698,328 00000000000000000005088f13ead96ff3c359ccd77cf0476130b001aaff5c20 1.48 MB 2,772 17
698,327 698,327 00000000000000000002e946b7ef6ab57a84c25e27fd274c48345c8a87964292 1.28 MB 953 3
698,326 698,326 00000000000000000000aea7dc23a1e56a41e7099bcb5971b8f3705597d16dec 1.26 MB 1,816 2
698,325 698,325 0000000000000000000ab0bbe531548bbc334c779155f2a0b47f9a744cfe32e1 1.49 MB 3,432 9
698,324 698,324 00000000000000000000432ae371cf2cdbeb32fcfa0dc1ea670dc6a61fd35a91 1.69 MB 1,792 4
698,323 698,323 0000000000000000000a7469cb8649b3028846e5b7aa62a7b8303420621024c3 1.50 MB 2,360 16
698,322 698,322 0000000000000000000457a9e2e4fb4544bed14fb9d94a21f7f823af1c12cabb 1.46 MB 3,313 8
698,321 698,321 0000000000000000000e9d4546e05d0b4d8b78e0c0cb5878302ebd2fab183b29 1.49 MB 2,749 14
698,320 698,320 00000000000000000006b1272f481ee557a17cd5c610fec78da556335ef7fe2a 1.46 MB 2,966 16
698,319 698,319 0000000000000000000b677f88f0e025088a89f6710742c58df641a589743dd6 1.52 MB 2,634 14
698,318 698,318 0000000000000000000a7d57db1b8de3c9b1f9ab8a5d3a6f00396737264c10ab 1.54 MB 1,947 9
698,317 698,317 000000000000000000059580872127a33754c4f4fb4e251ace298fea01ee73ca 1.43 MB 2,682 3
698,316 698,316 0000000000000000000b971bd7deb853d94000fba105a497510a382b2b36db19 1.44 MB 2,181 13
698,315 698,315 00000000000000000009935e2b29d8e0a2f8acad992fb4d8cbdc41e349123285 1.39 MB 2,519 17
698,314 698,314 00000000000000000006b1392b4648ad8984d69f41b080aa572425348c81a8e9 1.20 MB 902 3
698,313 698,313 0000000000000000000204621fcd06bfd9a00d7e28510c2b5b5416ee25f359eb 1.20 MB 1,426 7
Previous 10 blocks ↓
Total Size: 684.74 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,362.77 GB sent, 103.27 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.