Loading Tool

Explorer IconExplorer

Memory Pool

76,485 transactions
33.59 vMB
0.12980868 BTC
Random Selection Loading Transactions
Max Size: 187.94/200 MB

Candidate Block

Mining Attempt b09dec5c432e24ebcfa0bfb0475a353280511af60b551827a12bd964b3ecc97b
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root 1e41e7114a87021dbeaf705196ba42125884ecc41b66f51444ac7a9c2b74c2b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,912
Size: 1.00 vMB
Total Fees: 0.02100812 BTC
Feerates: 445.78 > 2.11 > 0.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (847,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,957 67,957 0000000002b6d1b8035bed2d0f08cb1885fe4bf8f6f487e5063e06d45d73d225 5 0.00/1.00 vMB 2,008
67,956 67,956 0000000002302aadbd27a6c54884e33a362c4f45cbb67fc808ee5b4432ba37cc 2 0.00/1.00 vMB 0
67,955 67,955 0000000003342548e53f3bfc9d454fd4b6a63fa116d92ad72fa875e91e7740f5 1 0.00/1.00 vMB 0
67,954 67,954 00000000012f3c54167d721e010f98073cf66946aafffd031d190237832becbb 3 0.05/1.00 vMB 0
67,953 67,953 0000000000dcd336c62711ff49ad7500edcc0a5ec59455c17c1d30fcd9a44967 4 0.00/1.00 vMB 0
67,952 67,952 0000000003b26eb15fa6d2fd60b28e90af15af4d57a271aa441771d2b99eb445 8 0.00/1.00 vMB 0
67,951 67,951 0000000005446e26cb3b5c499c0390afd45d55f688895d67bb4cebe4b30d6b86 4 0.00/1.00 vMB 0
67,950 67,950 0000000002447aa8d673bccae96925c7c2f81d4b213277d6c92ab5192c8f667b 1 0.00/1.00 vMB 0
67,949 67,949 0000000005847cb5621ddd3c4c9f0b9a067cf7b286faa2c91115c85ccc8dab21 1 0.00/1.00 vMB 0
67,948 67,948 00000000042817606136a312bc37478ee52490bd85a49b379a824042d99913d3 2 0.00/1.00 vMB 0
67,947 67,947 0000000004a0fabdd19521ab9c70541c526f514fc893e62431f9dee41d747ff4 1 0.00/1.00 vMB 0
67,946 67,946 00000000045a306455f447e33a57fbf8c52386d8881b877ecc4ed29515e7b300 1 0.00/1.00 vMB 0
67,945 67,945 00000000013ca6a9fc8bdde10925717fcbd416e385b771387fb222b938e7d672 2 0.00/1.00 vMB 0
67,944 67,944 0000000000eafa4e450cca07677bc91598cdb9708f82af56ab9d1d213b12b980 1 0.00/1.00 vMB 0
67,943 67,943 0000000004b370a76ac7ccc63228d8be9dcfc6a1e38cb9582d62271813d58373 1 0.00/1.00 vMB 0
67,942 67,942 000000000524658e3fadcc9554d001e4bb97c87e2adcafc5442c285b60e3d351 1 0.00/1.00 vMB 0
67,941 67,941 000000000148d19fb1ea4a49680c72b489ed00846a967c53f812cf07da472c45 3 0.00/1.00 vMB 0
67,940 67,940 00000000054dc565c02391465fec1f5c5f3b89a199ac879dc8793b207a9c993f 1 0.00/1.00 vMB 0
67,939 67,939 00000000002e7cbb40c2d76dc23a32a5db6be3c1d55ad79492103a270bd1b843 8 0.00/1.00 vMB 0
67,938 67,938 00000000051b8d9104b1b8e65b3a1c6fb75a85ec3f2cd9157e13b4f2f0b87038 2 0.00/1.00 vMB 0
67,937 67,937 00000000007d759831d55b09fff3406b6cb76590724945702ad83c0307dc6c1a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.12 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: 736.45 GB
    • Received: 18.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.