Loading Tool

Explorer IconExplorer

Memory Pool

47,592 transactions
30.21 vMB
0.09599269 BTC
Random Selection Loading Transactions
Max Size: 160.85/200 MB

Candidate Block

Mining Attempt 111c8e1478e06212f1f63ab36cc3edb5d250224ea746057092d51aaab983dd4f
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root ae8095574b718e88973ae65a49226d6e3bf6a6158e225576d929d777e3f1318e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,920
Size: 1.00 vMB
Total Fees: 0.03547235 BTC
Feerates: 150.97 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (335,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,951 578,951 00000000000000000009dfa560e9a463b4043765a86889173e73c4c15b57dac0 2,580 1.00/1.00 vMB 203
578,950 578,950 0000000000000000001749aa8cd50814d4225bc9748befddf1825f3f6ec7580e 3,083 1.00/1.00 vMB 149
578,949 578,949 00000000000000000016b0dcccfd2eef8d95a8b9b75e5f57f0798034f5f8ace1 2,707 1.00/1.00 vMB 161
578,948 578,948 00000000000000000024b87bfbbc9b48c73c0a6e24bfb86f797b175fff862efe 2,225 1.00/1.00 vMB 103
578,947 578,947 0000000000000000000f6e7092a3517819437e6cfda11c5a59a44dffb004b528 2,963 1.00/1.00 vMB 193
578,946 578,946 000000000000000000053d0cf9ae1fd3fdabc3d1600f71906b993b5af2272d47 2,626 1.00/1.00 vMB 140
578,945 578,945 000000000000000000179a4f3d427e5888f592d40d1cce127629ad7991655e4f 2,777 1.00/1.00 vMB 96
578,944 578,944 00000000000000000009f4cf708bcee877add69508afd630cf2b007344b848f7 504 0.29/1.00 vMB 40
578,943 578,943 0000000000000000001b6d32b59957d18846231b841f8220e0a3d955fa887718 2,183 1.00/1.00 vMB 33
578,942 578,942 00000000000000000020711a066bde7252fe93c31ec5ae285fe1dbf985d454a2 2,724 1.00/1.00 vMB 79
578,941 578,941 000000000000000000087e9fea7418b4bbf63903b3c0973797454e4b7a2b9098 2,966 1.00/1.00 vMB 72
578,940 578,940 000000000000000000249469f7bf2b557668b52c1cd23e3a46df58c04b3a35a1 2,650 1.00/1.00 vMB 104
578,939 578,939 0000000000000000000a23b9d268c867e1b9f4bde8ab676a360c67aabb827507 2,925 1.00/1.00 vMB 147
578,938 578,938 00000000000000000009ff3bfb5453eb7124d9aeb394464bbb4ed169a86646b5 823 0.45/1.00 vMB 39
578,937 578,937 000000000000000000138563c86274d5c41c008585a3557ebf592f01d04d1582 2,333 1.00/1.00 vMB 5
578,936 578,936 0000000000000000000233fc64927a419e630fcb64bc882feb50accee0bb7e73 2,349 1.00/1.00 vMB 30
578,935 578,935 00000000000000000009ddf28db9c60bfc33efd9ec82a86655f0076a35caae62 2,433 1.00/1.00 vMB 104
578,934 578,934 00000000000000000017895910f70cd77fc2d4b28348ac72940fb608d06d0d19 3,028 1.00/1.00 vMB 158
578,933 578,933 0000000000000000001548a6bde6ed897a7bd958fc2a3f3a00c1bd8c50080fbe 3,058 1.00/1.00 vMB 113
578,932 578,932 0000000000000000002545d941b079685f4886ad69090acd1094d137bca50c21 2,730 1.00/1.00 vMB 171
578,931 578,931 00000000000000000006d9e4bba3a146ead144f194e1192a733ff06f8cd06798 3,147 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.