Loading Tool

Explorer IconExplorer

Memory Pool

50,936 transactions
30.06 vMB
0.24822921 BTC
Random Selection Loading Transactions
Max Size: 158.31/200 MB

Candidate Block

Mining Attempt bdd1b71a3c776253ce63fe51391061403b605b7b2708ba1ff09859525d9f1487
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root b26020572299615a41a9b4428bf737d0bedf26689411af5a9c95f750bf636bb8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.07826746 BTC
Feerates: 184.60 > 7.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (110,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,513 804,513 00000000000000000001ebf43306bb70b5b6401f54b08fda7aef018ccaa9cfae 3,491 1.00/1.00 vMB 10
804,512 804,512 00000000000000000002076c46f0f4f08d49d307d0a339dd61062cb127c31ebe 4,202 1.00/1.00 vMB 6
804,511 804,511 0000000000000000000424d05c40a2724c40afbf6996d7054fb3a67fb42f0b3a 5,496 1.00/1.00 vMB 7
804,510 804,510 00000000000000000004f3bc175aa9bd94e4cf9e6fce5e558bcff0b93cc84f87 2,541 1.00/1.00 vMB 11
804,509 804,509 00000000000000000003844208e0d85617e5ecce9f6d5685b87c6ab0fc76190a 5,838 1.00/1.00 vMB 7
804,508 804,508 00000000000000000003b63f45d8a400f0d73c8f840d47a086624a13ce788b1c 5,560 1.00/1.00 vMB 7
804,507 804,507 00000000000000000003cd85ed3eb2b3e820a9516c6c695331c9bbe2a7499226 5,824 1.00/1.00 vMB 8
804,506 804,506 0000000000000000000240240fa3cdc572cdcf4e53962321c3f867c9af2c4de9 4,303 1.00/1.00 vMB 7
804,505 804,505 00000000000000000004ae8fa2d3e495a09aac3815a6af99853ce7d3cb515bae 3,171 1.00/1.00 vMB 8
804,504 804,504 000000000000000000033c0c347e2cccc3043a92f5799927554724493d4ba50f 3,457 1.00/1.00 vMB 18
804,503 804,503 00000000000000000004cb26d504d5a5c631114e5bdbd262ef21e594641d63b1 2,681 1.00/1.00 vMB 11
804,502 804,502 00000000000000000000ca0c75e4a226168d8bb00763aad7360e9ba5dadd210b 4,788 1.00/1.00 vMB 7
804,501 804,501 000000000000000000007b2476941b51a947f9c8a1d9fc73382a0a1e71f1877b 1,053 1.00/1.00 vMB 9
804,500 804,500 000000000000000000021f850589e6001cdab27ca0c24d7bd8895f59ae7eba87 2,818 1.00/1.00 vMB 19
804,499 804,499 000000000000000000048329ed4c847d8362f998a7aaa0ec82374ce01cb5be48 2,966 1.00/1.00 vMB 7
804,498 804,498 00000000000000000003eef8477ac41707df31bebe92e9e8b8c29c1c0c61ef59 2,729 1.00/1.00 vMB 13
804,497 804,497 00000000000000000004feeaf916b412c6d37654dec3ea2195ec7bd08f74ef93 3,581 1.00/1.00 vMB 23
804,496 804,496 00000000000000000001b05cd92e8a25d48c13549df0cfb585c173694bfa38f4 2,414 1.00/1.00 vMB 11
804,495 804,495 0000000000000000000161827e841f9c73b9a8f280484acf43aa211f7f915744 628 1.00/1.00 vMB 13
804,494 804,494 000000000000000000028bd7215febdb4351d771cef73ff2468d943cd16669aa 4,555 1.00/1.00 vMB 10
804,493 804,493 00000000000000000003d37f2cc77088575819e59fff765eeef21eef9a14e651 6,165 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.87 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: 643.93 GB
    • Received: 12.61 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.