Memory Pool Memory Pool Refreshing

1,945 transactions (0.49 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,799 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,938 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,798 (898,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,702 10,702 000000007ed5caeb07a955ede6e9a6c3d01e2270490687556b0cd98ebe6daa73 0.00 MB 1 0
10,701 10,701 00000000b42d72ed212ac51bdf9105028fc58338f2475094a34a8439949d92a0 0.00 MB 1 0
10,700 10,700 000000002239d890b1aa3bcdc1752414c43d6db9df67a91e81c3e8bc64e4923a 0.00 MB 1 0
10,699 10,699 00000000b56a2fa4e7b59cc8c732b5e8886037acbd77a9fdda4ce7df2e063a43 0.00 MB 1 0
10,698 10,698 00000000ef1029af04defd28b6b69ec4ecea63236105ead590e2d96e3daab36d 0.00 MB 1 0
10,697 10,697 000000006b1e1e1627c80cd8d8ba03b0f7e4fb4b5714f76b52c7a86632bbc41a 0.00 MB 1 0
10,696 10,696 000000004304e800bb688b3b7e02a84f1a52e99c71752b2dffd5b781e4380e8e 0.00 MB 1 0
10,695 10,695 000000005aafc2dda4c082a652918a62732c5aaa063ef17db41e6b3e1c74c5ab 0.00 MB 1 0
10,694 10,694 00000000de87aa02814ab000e47d5aedbad7310b48db1ad3735bf8e257507d8c 0.00 MB 1 0
10,693 10,693 00000000f96f00de36f31679a290eda70639c9fc2b4d5a7cb9a916239cdce488 0.00 MB 1 0
10,692 10,692 00000000dd7fb76454638e7c25060d216961e16a6fc40d5f6dea11c2041c45cd 0.00 MB 1 0
10,691 10,691 00000000e99a285786bde11c2ba5abf2491201710266eb0a1ad43c8824c1aaa6 0.00 MB 1 0
10,690 10,690 00000000fb30cc082285a108047eba78a6d33cffac6cc87eba6489ed1172ac58 0.00 MB 1 0
10,689 10,689 00000000e16e5ef67ede9464345d74d3fe89fe5184891273ba64641cf6f62fb6 0.00 MB 1 0
10,688 10,688 00000000f260ce8c3b5dbf5004b9e6fe11bc64e66b6391f0f135d2178f3979fe 0.00 MB 1 0
10,687 10,687 0000000059b0a71a500c36cc27363c07915065c66019f816750beb8009f53503 0.00 MB 1 0
10,686 10,686 000000009139b2526f1a44ce544308ccfeb548d948540689a40a4e06083a527c 0.00 MB 1 0
10,685 10,685 000000002bc555ffe872f7a8efa3be1654dba8081703dbf2c8fc589e10a1e0e6 0.00 MB 1 0
10,684 10,684 00000000eef3d5eaf940843dfe21f4c2a74d1ca53dd59935e6c874549af70c7b 0.00 MB 1 0
10,683 10,683 000000000d8d33fd7b14e1acbddbc862249af561d9ff784db8de67c22f7dfa1a 0.00 MB 1 0
10,682 10,682 00000000de9de869bf3156c05ea6090a12961eb4fbc9cd98cd5ca86726d05c9b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,857.28 GB sent, 102.99 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.