Loading Tool

Explorer IconExplorer

Memory Pool

82,117 transactions
30.53 vMB
0.13491779 BTC
Random Selection Loading Transactions
Max Size: 183.73/200 MB

Candidate Block

Mining Attempt 38aba37f3968f09a1367ec2a29e3ff22f5784d9d56e0896cbfadfebab0515c2b
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 31494ff6be05736ec6f76918d5a9b78ad87a721a2a99ca889b5b0958658642d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.05259542 BTC
Feerates: 302.06 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (471,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,639 443,639 000000000000000000a20845ab34d7bb18cf356799a0ab6caa4a4f780ef6b705 957 0.30/1.00 vMB 119
443,638 443,638 0000000000000000029fe453714ea33bd3a6fe16a0b3615c4a63bfca40e3539b 1,920 1.00/1.00 vMB 58
443,637 443,637 000000000000000002b2ddca7b2fbf90af0472765d3b2a313e8370ec4c764ad5 2,436 1.00/1.00 vMB 63
443,636 443,636 000000000000000000a4e3611bd5f1343aa079be39979ab878e7b0445d45ce55 2,596 1.00/1.00 vMB 85
443,635 443,635 0000000000000000031a9abdf10e9b569a6341b91f4998b1dd1c1625c44d1fdd 2,631 1.00/1.00 vMB 73
443,634 443,634 0000000000000000020199d8dbbd9c6c993ef57a817f2a1d45b781c7bc7a48a0 2,957 1.00/1.00 vMB 84
443,633 443,633 000000000000000001c8741a5c9c3063af4c6459742d3791fe771d2b4c665670 2,075 1.00/1.00 vMB 83
443,632 443,632 000000000000000003588c7a083b98dbf6899121fa5968c76bf2768069506302 2,754 1.00/1.00 vMB 66
443,631 443,631 00000000000000000375e6661fcd5ea21a60fbfcd9662a20837945d8e7342368 2,026 1.00/1.00 vMB 90
443,630 443,630 0000000000000000019a6aa2258f5ba5b3d2da0d237b6ce5798c0d6a5f20fcac 2,305 1.00/1.00 vMB 89
443,629 443,629 000000000000000003525999c49cb4a9116e0eaf1d9780f175eb4e13cce604b3 2,428 1.00/1.00 vMB 99
443,628 443,628 000000000000000000d2676e62312bcb13069bfa53f878e67fa87d70eb9f8c3d 2,681 1.00/1.00 vMB 122
443,627 443,627 000000000000000000fd8daed9156a196c1ea8ee26a5edfefc90ab4cbc1a430d 1 0.00/1.00 vMB 0
443,626 443,626 0000000000000000008abc0466260f88c35bfd168a99ef8b544ee6935726ca76 2,343 1.00/1.00 vMB 92
443,625 443,625 000000000000000000fce493aaf0cdbc1b27341dbabd330348affc557cfc2f69 2,876 1.00/1.00 vMB 126
443,624 443,624 000000000000000000247afa3533ff17ff3e56d63990ed2f9163ced01b98dda3 2,482 0.99/1.00 vMB 54
443,623 443,623 000000000000000002ae43d87bb778ff253ef4cf46774fe5defaa9cbfb84c3fd 1,397 1.00/1.00 vMB 56
443,622 443,622 000000000000000002f83f311fe529c471f7738eaeb87bc3cfba1d78bf73412e 2,214 1.00/1.00 vMB 77
443,621 443,621 0000000000000000021394c09b62f9150ae701e494b26c4ee7de26f41839a506 2,588 1.00/1.00 vMB 81
443,620 443,620 00000000000000000305209ecae2aaf8c89caf9a9d42cbd5f29bc409e829cd76 3,616 1.00/1.00 vMB 105
443,619 443,619 00000000000000000239d392c3b66bf2e9a1caef3f931c37a32c2da7b5544ea8 2,636 1.00/1.00 vMB 66
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: 672.01 GB
    • Received: 16.11 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.