Loading Tool

Explorer IconExplorer

Memory Pool

75,949 transactions
28.87 vMB
0.09584006 BTC
Random Selection Loading Transactions
Max Size: 173.98/200 MB

Candidate Block

Mining Attempt 37f6409ef27aeb196a7a05ee0858c8ddf61a126b0b3dd616fbe79719a1bffa56
Version 20000000
Previous Block 000000000000000000001be99c5d13761820acd7b6d30d62ebad6cb236e61063
Merkle Root 46756566f17732b64cac475351215dd2b13cd094a2e7f2f25628f42dc667bbac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.03008080 BTC
Feerates: 150.80 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,556 (904,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,777 10,777 000000002b7e5862ceadad69728f7abfb0b1334b663aff8de840fdef285aba3d 1 0.00/1.00 vMB 0
10,776 10,776 000000008179d1449dec7d05242fe20d5fbd9cbf885ce75c149838a7ef228dc6 1 0.00/1.00 vMB 0
10,775 10,775 00000000be91118191451961457bd22bfb04ce5867c3aa1d4badb8192007557b 1 0.00/1.00 vMB 0
10,774 10,774 00000000aee9ffba21bebd195a35bc709cfb0ad1d75840139c0a83dee09020e4 1 0.00/1.00 vMB 0
10,773 10,773 000000008ab3ef09466a68e780dbbf18f3230158016fc085ec7e3be0d985faba 1 0.00/1.00 vMB 0
10,772 10,772 0000000087ac12be963542e293fb15984e89f8fb53d27c74c6c0f68b659ee5be 1 0.00/1.00 vMB 0
10,771 10,771 00000000b4d88e0aaae1027bb4f66d50d49a0071ae8f91e119d2ba1d2b294311 1 0.00/1.00 vMB 0
10,770 10,770 000000002b73f5b0357aa80a6da0e34a74b8205cdb99804d5cdcb399414572d4 1 0.00/1.00 vMB 0
10,769 10,769 000000003d9b54e8419e7cddc5ae540e568bf12600a5fe4ac395f8155421703b 1 0.00/1.00 vMB 0
10,768 10,768 00000000769bd064dbf63b8d5695662a0fc01d769b36a9582b0e8fb15efe4f75 1 0.00/1.00 vMB 0
10,767 10,767 000000004a711a83f48969065f91f0f0261b1d311bbe76e925203acdf311bbc6 1 0.00/1.00 vMB 0
10,766 10,766 0000000098d8868fcaf05c3c981976e3b5b62848ac3f0c23b7212935ea7b9d20 1 0.00/1.00 vMB 0
10,765 10,765 00000000a2345aec934308286f0447960d1e0d107fee5046d3a3a0ce99848f16 1 0.00/1.00 vMB 0
10,764 10,764 000000000b23fd9cc8313129822a0ac33086c5787a1f9f2796ae3a918de87cd1 1 0.00/1.00 vMB 0
10,763 10,763 0000000059522b4ec01b70005179ed1e88dfa7aaf31558068e0f2f4ec6ac06eb 1 0.00/1.00 vMB 0
10,762 10,762 00000000ec9ec19a8b71731905f549f8bfe74244c68426061e8a8122ec5889c9 1 0.00/1.00 vMB 0
10,761 10,761 000000002b08a625996ec81329b2f73ec09ff9cc516b3172d54c89630f46d7d5 1 0.00/1.00 vMB 0
10,760 10,760 00000000d466239e85bd15ccb8e2c5e87fc8dc8a543870c182e729aff15a115a 1 0.00/1.00 vMB 0
10,759 10,759 000000001f953ad59fa19029d3416227ccaa077f997231ca5c67e035c88d2348 1 0.00/1.00 vMB 0
10,758 10,758 00000000d63eacca4fb08f0963364496e2819345536d4ff37568b0770ad6de7e 1 0.00/1.00 vMB 0
10,757 10,757 000000008326a7de0df15f33b0db36dee755fb8dcec5f1f830a848860c9e0b20 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.36 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: 768.38 GB
    • Received: 19.58 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.