Loading Tool

Explorer IconExplorer

Memory Pool

49,190 transactions
30.56 vMB
0.09526254 BTC
Random Selection Loading Transactions
Max Size: 163.48/200 MB

Candidate Block

Mining Attempt 117f93f8ee4b8a6f3d327ee8eee9268129779e33f7258e9480593039a5e094d7
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 8220448ab78b8e274e17d3e32a3fc3b83061a682d8201f02191b13fc2cde254c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.03202665 BTC
Feerates: 101.56 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (294,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,923 619,923 00000000000000000003afc1e6e9115c8cb503b515a3758f73d564c3b435756f 3,149 1.00/1.00 vMB 19
619,922 619,922 0000000000000000000e086c8ec8d668cece0f4605e4ff29e8b410b39be38efd 2,226 1.00/1.00 vMB 37
619,921 619,921 0000000000000000000a715a6af3ef5b89ec7145522d58a0f79601881907342e 1,267 0.38/1.00 vMB 9
619,920 619,920 00000000000000000001f37355bce0809c6087f6e9828b491e7a63c05de9ac61 1,699 1.00/1.00 vMB 1
619,919 619,919 00000000000000000000014e5dc331e8841eb0f0aed8fd22602bfaf93f7a7640 2,319 1.00/1.00 vMB 5
619,918 619,918 000000000000000000111426c165d8fe5e492917b789bd47f11653d58eec9d90 3,097 1.00/1.00 vMB 50
619,917 619,917 0000000000000000000144d1a9293631f20124fb9563bc6388e6f5663b2cc8d9 2,192 1.00/1.00 vMB 13
619,916 619,916 0000000000000000000e768c10eede6e5aceec0a38e869998e79a7bce5b4620c 2,153 1.00/1.00 vMB 14
619,915 619,915 0000000000000000000d5cebb1538420b600ce048589e26d4ac0a11a09295289 1,086 1.00/1.00 vMB 3
619,914 619,914 00000000000000000001f782584cec9ce11cb8e8707320e2753518db9dcd4735 2,961 1.00/1.00 vMB 19
619,913 619,913 000000000000000000115ed31febfac5c92177a307d4f5a0c27c866788a8c3c1 2,761 1.00/1.00 vMB 15
619,912 619,912 0000000000000000000bffbb8182881cc4d0c009e3146ec8a0b7ea86d3ea1121 2,491 1.00/1.00 vMB 21
619,911 619,911 0000000000000000000594c2066c605f4e246c61a6199862e641ee9ac96e3cf0 1,894 1.00/1.00 vMB 10
619,910 619,910 00000000000000000008e3244eb02c05db8002cebeddc85aea3b0186c0969738 1,068 1.00/1.00 vMB 6
619,909 619,909 00000000000000000003db3292753d0fc3a43876a78fe723be1a92a772fe780a 3,125 1.00/1.00 vMB 16
619,908 619,908 00000000000000000010fd5c1d6ef334b8fcad23b4e96aeea9fb2d1272986220 2,731 1.00/1.00 vMB 20
619,907 619,907 00000000000000000006e4b3d2b7be4c8871ea45ee1a8495588922c6c794d640 2,073 1.00/1.00 vMB 16
619,906 619,906 00000000000000000005d8d69f6482accf2163462e7407b849eba823084b01aa 2,360 1.00/1.00 vMB 9
619,905 619,905 000000000000000000095a0331f8e1abf00df7f94df733ca23bacd9280bdc6c1 2,287 1.00/1.00 vMB 4
619,904 619,904 00000000000000000004010e66f8958fb1a4d1f2099dff805e3ce518b4f152e0 3,329 1.00/1.00 vMB 17
619,903 619,903 00000000000000000002e92120bcefc80430511dc74be50555bdcab6e8f8322e 3,369 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.