Loading Tool

Explorer IconExplorer

Memory Pool

76,977 transactions
29.04 vMB
0.07847710 BTC
Random Selection Loading Transactions
Max Size: 177.45/200 MB

Candidate Block

Mining Attempt 50b785bd2a2ba12215df8043b5bb6282475290498752e127b23f7b7de2509729
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root ca338a7ce166840c7a028b321a12f6f66546fc8af9b9df2bdadaf735206eeda6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.01511956 BTC
Feerates: 301.35 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (213,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,623 701,623 0000000000000000000a5b78bba7f692b175f9532000102e370a7675be27c51c 1,075 1.00/1.00 vMB 7
701,622 701,622 0000000000000000000d3fd2cadcfb6be21ac46596a0b843b8784df69879f2b6 2,792 1.00/1.00 vMB 8
701,621 701,621 0000000000000000000744f7005fcb41cfe8f36aa2d584b2c379fe530eaf11aa 2,257 1.00/1.00 vMB 14
701,620 701,620 000000000000000000095c28fa325556d133c9590751abb939f39cf9188b53f2 2,157 1.00/1.00 vMB 17
701,619 701,619 0000000000000000000819bd9d007512fe509765b623a35c268fd8982ed0555f 3,458 1.00/1.00 vMB 5
701,618 701,618 0000000000000000000db12079447ad19b8522c0f90854eeea2570aa41fb092f 2,256 1.00/1.00 vMB 9
701,617 701,617 0000000000000000000597ad6d5c364dad5be14d363721d6eae7561ea791e9c9 4,206 1.00/1.00 vMB 8
701,616 701,616 00000000000000000008c920f058021409b94e2d8f2ded2d06caa45c0702f6ea 3,415 1.00/1.00 vMB 11
701,615 701,615 000000000000000000096a44689fb710ad0846b389f7a7d2f965d52b9917ae56 1,222 1.00/1.00 vMB 10
701,614 701,614 000000000000000000026b9471956161dde1fe0a61bf7be096d4ecd4eb7d3b33 1,131 1.00/1.00 vMB 14
701,613 701,613 0000000000000000000387151bf21599137b9ca47c3da0edec4d1973422cef6d 2,752 1.00/1.00 vMB 10
701,612 701,612 000000000000000000024c186ba2ca19702f28f9eaaabfe5e8036d902c68e870 3,294 1.00/1.00 vMB 12
701,611 701,611 0000000000000000000211599ade07f11f43c2b9edc30fde4cc3283eae0e18e5 2,619 1.00/1.00 vMB 25
701,610 701,610 00000000000000000001a32b35c5a8ee419f5e2b0951c603e895ba61ee8d97aa 2,566 1.00/1.00 vMB 12
701,609 701,609 0000000000000000000807676be1bb25aebc2a7f8032be66f29fe83e63b8a746 2,948 1.00/1.00 vMB 26
701,608 701,608 0000000000000000000744d51723eb1b1b0e5b41e566c6115f9de9276e81122d 3,407 1.00/1.00 vMB 9
701,607 701,607 0000000000000000000dcd3da208363dc612f88fd21f5acea2efb2a50f0133f5 1,623 1.00/1.00 vMB 11
701,606 701,606 0000000000000000000028fbd183761db9fc757a35c41e7191891d4a98d3a882 740 1.00/1.00 vMB 12
701,605 701,605 0000000000000000000cb8a42f5f021bcd1f9e32009e55e133f61b045b97df85 2,725 1.00/1.00 vMB 17
701,604 701,604 00000000000000000003249e11dab9f5e446d8bf8718a2a3e2fcf3ed5513f02c 3,278 1.00/1.00 vMB 17
701,603 701,603 0000000000000000000bc5d87f917e0de5ba2f77342f94aff6caafa53fe1f0fd 3,018 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.05 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.