Loading Tool

Explorer IconExplorer

Memory Pool

78,561 transactions
29.44 vMB
0.06745466 BTC
Random Selection Loading Transactions
Max Size: 176.94/200 MB

Candidate Block

Mining Attempt c25daa6d3a6b04dbe551be5b63e0d6a62c62602ec35b426896209ee2109f06e9
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 217ac5d81cb39382eaa7efe6e25f3637a55ba8d38326449fb41c3de459f0a7a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,066
Size: 1.00 vMB
Total Fees: 0.00769924 BTC
Feerates: 50.25 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (176,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,593 738,593 000000000000000000012e3bb166b9a75ee5a2ab80798ecdfa4dacc9cf6af762 2,669 1.00/1.00 vMB 7
738,592 738,592 0000000000000000000284d065032e7fb58f9a47fb900336f594287a1d3e1b30 2,776 1.00/1.00 vMB 17
738,591 738,591 00000000000000000004d3a27cca88de65236483ae19090ca88a4663f3736d5e 935 0.94/1.00 vMB 1
738,590 738,590 00000000000000000006fae205b6bc2b4fb7458e0ea23f51e6fa74ccb3ea6c7c 3,097 1.00/1.00 vMB 7
738,589 738,589 00000000000000000003f301dbf5864497ed99a9a92b2d3bdd4ee4df3a07a153 2,187 1.00/1.00 vMB 23
738,588 738,588 000000000000000000084d9be2a16c230185f13e7de6b5ddf237ca1846cf00db 45 0.02/1.00 vMB 10
738,587 738,587 0000000000000000000850d7fabbf08a3d6dbeb992037ef736f49ada3f4a8440 717 0.63/1.00 vMB 1
738,586 738,586 000000000000000000031d7b055d88cb2e36cec615189b5c0833d2a719d8748f 1,583 1.00/1.00 vMB 3
738,585 738,585 000000000000000000025d0fa4f49d91c2a59aa413f331dd5c827d13e65be14f 2,193 1.00/1.00 vMB 10
738,584 738,584 000000000000000000076057d13c60ef66c2b9bebe30ba761f0362448b457865 1,851 1.00/1.00 vMB 7
738,583 738,583 00000000000000000003c1ed8df36a34685f2ce761d132e515f9d5e8988d76d1 1,315 1.00/1.00 vMB 15
738,582 738,582 00000000000000000004dbbe3b9bc2419ba1662cc073a0ad87ea6273ca3289da 1,426 1.00/1.00 vMB 17
738,581 738,581 000000000000000000089eb3e8582e20476a18b6805646ff0099a0bbfbaefb94 2,945 1.00/1.00 vMB 10
738,580 738,580 00000000000000000003f5264e65db4f2db7ab624c19e8a27403df3ca069e8ab 2,941 1.00/1.00 vMB 14
738,579 738,579 00000000000000000005bca3c51891e31dc4d68c92b2bd293e47e5340c9ce1b8 2,563 1.00/1.00 vMB 13
738,578 738,578 00000000000000000008f42f61c0eb965d6bc65a2f6004c35506e1e3f8d4f47e 1,619 1.00/1.00 vMB 7
738,577 738,577 0000000000000000000860440a239b782617b2591bf76c6cf989d32ad9c6e3a8 1,255 1.00/1.00 vMB 5
738,576 738,576 000000000000000000089face7d151adcbb968929aca20342a25c79360024849 1,634 1.00/1.00 vMB 9
738,575 738,575 000000000000000000061d47c50a082dad47f689690a7500b476444e6813bc28 2,581 1.00/1.00 vMB 4
738,574 738,574 00000000000000000002100e52eb09ee4bc2781740e940892a20a2d85bb65df8 2,294 1.00/1.00 vMB 11
738,573 738,573 0000000000000000000948e2e18e14218582b75d441d3c3902d8f1ff2004fd22 2,042 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.