Loading Tool

Explorer IconExplorer

Memory Pool

85,185 transactions
32.98 vMB
0.15710080 BTC
Random Selection Loading Transactions
Max Size: 196.35/200 MB

Candidate Block

Mining Attempt 51bf3e76bc91207769b24217820021f3c87a807a7221cc3651c7c596fc6df959
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root f233baa2c5c80546b75a6c0e10c501ff802738b15f781a3ce29a4b54a7e4a7bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.04857681 BTC
Feerates: 318.30 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (904,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,714 10,714 00000000b7f75539430b8cef337ffa9b376b7b9703aa9311788d18c6fedf264b 1 0.00/1.00 vMB 0
10,713 10,713 00000000258f267e1490c715c451cba90c02e3d65286aad8a907a1646bf095a4 1 0.00/1.00 vMB 0
10,712 10,712 0000000073d58c4a112019d3bed2c619aa1486b23e700e739920ec2a235ade37 2 0.00/1.00 vMB 0
10,711 10,711 00000000d5339b94f4a7427bda4f2ec1a8039336ca89dce0395a18db4c981b4d 1 0.00/1.00 vMB 0
10,710 10,710 0000000051f8bb082b0e9de08a676c31e8da7302be8d46ccadd28c38bc4386d8 1 0.00/1.00 vMB 0
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
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: 11
  • 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.