Loading Tool

Explorer IconExplorer

Memory Pool

42,500 transactions
29.24 vMB
0.07483960 BTC
Random Selection Loading Transactions
Max Size: 149.93/200 MB

Candidate Block

Mining Attempt d34b2dfafa53a9f676e2130c4adb68296f858da2b6f0df9f6052e0d876541f14
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (863,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,794 50,794 0000000015bdf283bbf392a2c15664c9f44ceebe6ff77ab1dfaf3cc7296243da 2 0.00/1.00 vMB 0
50,793 50,793 0000000010c5eb771ad127034edeb06cd6acef8198227b133d4766977409aa63 1 0.00/1.00 vMB 0
50,792 50,792 00000000034d9c96f658ff725a06dc629fbf63a117985a00975bacef94f01262 2 0.00/1.00 vMB 0
50,791 50,791 000000001efb362973c53e2ec570861cca78a75f4741c6452f475b88668265de 1 0.00/1.00 vMB 0
50,790 50,790 000000001ccebb2c217a8b25b1ce65ec4477697e236e0accd3e29b07b401e2f8 1 0.00/1.00 vMB 0
50,789 50,789 00000000053c12e2e4203fbdcef6359400bb4a8869762acafb9ee2fbb3268822 1 0.00/1.00 vMB 0
50,788 50,788 0000000005136cb6e4b7f8f22e531eb621e736883e0880f58b2a8016513bf42a 1 0.00/1.00 vMB 0
50,787 50,787 000000001009c623ddad01f3ebe840c9f98d8fc121adf9cd8ff06ab3f18ba8a5 1 0.00/1.00 vMB 0
50,786 50,786 00000000196a2e22870b3d93c711f6304ee4a1ad5e0482d91501099f6b420142 1 0.00/1.00 vMB 0
50,785 50,785 000000000bbca0022bfac1d0658ad27f6475d43a96c2529ea4c2b82636e4a527 1 0.00/1.00 vMB 0
50,784 50,784 0000000004519f9fca1a5331a65bcc24104d983e19e67791cd5392737c5d6366 5 0.00/1.00 vMB 0
50,783 50,783 000000000f029fd45b5c04cd765e86c76819c6242cd642e98707c8ca4f9924e1 1 0.00/1.00 vMB 0
50,782 50,782 0000000020a4c0922d789d2ae7dae936aaac141e82812389095f5ab6f7a0f094 1 0.00/1.00 vMB 0
50,781 50,781 000000001e90382c2cfb579b82b386337a14a3a5160c2879861809ffc7ddac5e 1 0.00/1.00 vMB 0
50,780 50,780 0000000008db6337d2a98a20ee80e65715592ddbdf8255b2eb9d1b625640c32f 2 0.00/1.00 vMB 0
50,779 50,779 000000000d5b122d9bba721a4b86cc7f0e0fe5e8a95321b538be982f13b94275 1 0.00/1.00 vMB 0
50,778 50,778 000000000051d813207511f48387a35a3c4bbcbe703395161a7463aebbac418d 1 0.00/1.00 vMB 0
50,777 50,777 00000000177ac675760d7781f1d5a31dbece8787508f80d8395c7909674470f4 2 0.00/1.00 vMB 0
50,776 50,776 000000000f6a89f9c64401dc8fac2470cda9fe938759e5b88a39fa9a633dad91 4 0.00/1.00 vMB 0
50,775 50,775 000000001d68b319155760210ad471f6271c44f8ee17da698e9564471d0e50be 1 0.00/1.00 vMB 0
50,774 50,774 000000001565f3bd819cf5e3fe6540463d717da73b3f42693e1fefebb2cba0ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.