Loading Tool

Explorer IconExplorer

Memory Pool

77,550 transactions
29.03 vMB
0.07915945 BTC
Random Selection Loading Transactions
Max Size: 175.52/200 MB

Candidate Block

Mining Attempt cc7b2beb68c036833c08a171537a6443501aa0b04a2932bf3949af27c03aeb73
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root aac6ee4539e4a41c28e9c0a982828295f7f24cb75b4af75a8ac122891fba0903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.01851572 BTC
Feerates: 302.06 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (795,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,749 119,749 000000000000704af3c8f6b34e6f783fb984389ac90c6589ce3603847dbfc3cd 8 0.00/1.00 vMB 0
119,748 119,748 00000000000023fad8ebaec5288c9c08842891f7f2e65ecc7ac5063109d4e0be 11 0.00/1.00 vMB 290
119,747 119,747 00000000000084d858ac73a2524929e19435b1a941f51e38cd6b162fc15483b8 18 0.01/1.00 vMB 636
119,746 119,746 0000000000006f7b4a831df9996496ae524b2c52138d5cd3e49b6da1d738a95a 8 0.00/1.00 vMB 0
119,745 119,745 00000000000094955751cccaba4e82a0607fea49ce1a83c01daf98720892b3f4 3 0.01/1.00 vMB 5
119,744 119,744 00000000000099bf7406eb654160565ebe8d59c9e49e1dc4462052a0f989d744 11 0.00/1.00 vMB 348
119,743 119,743 0000000000007e5d83f7601abb38af8d65b0c96e43214eca43fd5488a0747812 8 0.00/1.00 vMB 0
119,742 119,742 00000000000052ea459d650d5e63db3e4cd62c862ff4340bd7ba737f21da1af5 8 0.01/1.00 vMB 387
119,741 119,741 00000000000029b6a14356914f01960e579bcc7e4bb59d392a02a4b8b89b424e 6 0.01/1.00 vMB 83
119,740 119,740 0000000000009d87ae2c32e8db72264f7559b917d613f20575e1b52cc473cad1 10 0.00/1.00 vMB 0
119,739 119,739 0000000000005a589cbaad684aec0b0d28dc9a21a1c9f4a8af57e8f9b4dc1c14 9 0.00/1.00 vMB 317
119,738 119,738 000000000000754c88e2510a6d3f65b7ed0883c2800680b6ac0c63b0e404b5b4 10 0.00/1.00 vMB 0
119,737 119,737 0000000000006c00a517f81101e776dd43f8d669f01e3f0bb45923cccaaa2a7c 13 0.01/1.00 vMB 869
119,736 119,736 0000000000006631109e008d38fc35aff8d835b138eac0c3c7320f453e0fa36f 11 0.00/1.00 vMB 307
119,735 119,735 00000000000075606450a8ad2b325246d738d3fb535633cbebda481978c0f390 13 0.00/1.00 vMB 636
119,734 119,734 000000000000aa04d05f46d6ad8a999f47b9374157f2a6186840444fa998a27e 10 0.00/1.00 vMB 0
119,733 119,733 0000000000004ee37c5b6196080e7c0a4e0740dbf0af7ff9de6b364709a56011 15 0.01/1.00 vMB 944
119,732 119,732 0000000000009b456859ce53e22934f7c981ba33700d08c938ea3c89d2d58220 9 0.00/1.00 vMB 0
119,731 119,731 00000000000081a930051339e1c3a8f94a5ee0f33feea0ffadbbf38c5911ae9d 6 0.01/1.00 vMB 385
119,730 119,730 00000000000005340dc669f78ce53bbc11e12e5c7f72d92e302a0c24dfe66fc3 15 0.00/1.00 vMB 446
119,729 119,729 00000000000031d6aa93e71b6c399ef5e09721d2a614fbc35f40f2518563c472 20 0.01/1.00 vMB 627
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.