Loading Tool

Explorer IconExplorer

Memory Pool

85,452 transactions
33.10 vMB
0.16142626 BTC
Random Selection Loading Transactions
Max Size: 197.05/200 MB

Candidate Block

Mining Attempt 94f8be02922727bccd6644ede5b8a51200d28e1b21e031536d76cce06d7cf0eb
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 95ac1a322769b6deb3538ad7772ee2820ba9d211f9c026b3c9e1787280c7c31f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.04992163 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (904,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,709 10,709 0000000056626ed4022e955b40958c9120253ba8c4b6e91c09e95ed51645f994 1 0.00/1.00 vMB 0
10,708 10,708 000000005ed00a9905d4e04fa013bd70a28de304eaf30f6e26d404669e056117 1 0.00/1.00 vMB 0
10,707 10,707 0000000085720b2218bf0d0669407fd74057594097d019dee6f119127031550f 1 0.00/1.00 vMB 0
10,706 10,706 000000004233fad7805bfb1ddab80d82ad42efc53493184139d501365f48be6b 1 0.00/1.00 vMB 0
10,705 10,705 00000000132f21a76a83e51dacbe825cc5377ef3ead79264bfb0c59078222aed 1 0.00/1.00 vMB 0
10,704 10,704 000000008bdbb73974b0d3afcdf7fb5d357b6ecfc23adddcc5a578bd5fda961c 1 0.00/1.00 vMB 0
10,703 10,703 00000000cafb999702982d540c66910e4eeae22f5921383c02c825da43c4b989 1 0.00/1.00 vMB 0
10,702 10,702 000000007ed5caeb07a955ede6e9a6c3d01e2270490687556b0cd98ebe6daa73 1 0.00/1.00 vMB 0
10,701 10,701 00000000b42d72ed212ac51bdf9105028fc58338f2475094a34a8439949d92a0 1 0.00/1.00 vMB 0
10,700 10,700 000000002239d890b1aa3bcdc1752414c43d6db9df67a91e81c3e8bc64e4923a 1 0.00/1.00 vMB 0
10,699 10,699 00000000b56a2fa4e7b59cc8c732b5e8886037acbd77a9fdda4ce7df2e063a43 1 0.00/1.00 vMB 0
10,698 10,698 00000000ef1029af04defd28b6b69ec4ecea63236105ead590e2d96e3daab36d 1 0.00/1.00 vMB 0
10,697 10,697 000000006b1e1e1627c80cd8d8ba03b0f7e4fb4b5714f76b52c7a86632bbc41a 1 0.00/1.00 vMB 0
10,696 10,696 000000004304e800bb688b3b7e02a84f1a52e99c71752b2dffd5b781e4380e8e 1 0.00/1.00 vMB 0
10,695 10,695 000000005aafc2dda4c082a652918a62732c5aaa063ef17db41e6b3e1c74c5ab 1 0.00/1.00 vMB 0
10,694 10,694 00000000de87aa02814ab000e47d5aedbad7310b48db1ad3735bf8e257507d8c 1 0.00/1.00 vMB 0
10,693 10,693 00000000f96f00de36f31679a290eda70639c9fc2b4d5a7cb9a916239cdce488 1 0.00/1.00 vMB 0
10,692 10,692 00000000dd7fb76454638e7c25060d216961e16a6fc40d5f6dea11c2041c45cd 1 0.00/1.00 vMB 0
10,691 10,691 00000000e99a285786bde11c2ba5abf2491201710266eb0a1ad43c8824c1aaa6 1 0.00/1.00 vMB 0
10,690 10,690 00000000fb30cc082285a108047eba78a6d33cffac6cc87eba6489ed1172ac58 1 0.00/1.00 vMB 0
10,689 10,689 00000000e16e5ef67ede9464345d74d3fe89fe5184891273ba64641cf6f62fb6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.