Loading Tool

Explorer IconExplorer

Memory Pool

45,159 transactions
28.78 vMB
0.13182834 BTC
Random Selection Loading Transactions
Max Size: 149.81/200 MB

Candidate Block

Mining Attempt 24c4a9f513f1875bdc74e444093da962a2e8013b5312e4dcec1560ade4aad026
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 071c283e83a29d982f3e506dfcde9141266f2c809e6f0f57cd454853a595a0a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.03705657 BTC
Feerates: 78.42 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (123,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,772 790,772 00000000000000000002f52e6d19c301fae056b9a285a0577444715f4318e677 1,208 1.00/1.00 vMB 49
790,771 790,771 000000000000000000010d814c6e8d83af61da41f9b7e3a6fcafe3f6d8164f23 4,199 1.00/1.00 vMB 24
790,770 790,770 00000000000000000001ec8f18c8ae2efb697a287eeb9ceb5c0a035933d1a393 3,347 1.00/1.00 vMB 31
790,769 790,769 00000000000000000002c9249c74c31ded2ca772c46bd38bdb0c1ad98993f043 3,449 1.00/1.00 vMB 28
790,768 790,768 000000000000000000000976d509f690f58bae44b66ea26d9e81f22afe859c56 2,759 1.00/1.00 vMB 40
790,767 790,767 000000000000000000043c92cb359a733c49e79c0a772e622d7879396aeeec28 3,493 1.00/1.00 vMB 39
790,766 790,766 0000000000000000000263dffebfb53ce8913f472f6d4a5a9835c61dc741cee6 3,347 1.00/1.00 vMB 52
790,765 790,765 00000000000000000001b5a11145ff5a3dc0829017ef500152a251c5e42439a2 3,213 1.00/1.00 vMB 38
790,764 790,764 0000000000000000000512238f10f64a71644ec56f10bba336e96dc998839ec8 2,726 1.00/1.00 vMB 67
790,763 790,763 00000000000000000001fa9f3a7d614ab32d719e323ef0e6e499da5f4c2de02c 3,355 1.00/1.00 vMB 51
790,762 790,762 00000000000000000004f0c02f660a4992521e28da1930cf7698ca5c6f9614de 3,109 1.00/1.00 vMB 52
790,761 790,761 0000000000000000000216fe18c0e5a050650dad8db0a71c36967b4e2d1c0df6 2,714 1.00/1.00 vMB 80
790,760 790,760 00000000000000000003d0c860f5985d75ba6b312eae82cc8b7fceffc826758f 4,336 1.00/1.00 vMB 53
790,759 790,759 0000000000000000000519fc541d5a48ae0440af5d9e44771696c830892e1588 3,437 1.00/1.00 vMB 87
790,758 790,758 00000000000000000002b62cee9f5047524bd9d74e6a45fb604239914c0d5be9 4,139 1.00/1.00 vMB 56
790,757 790,757 00000000000000000000090ad173da58adee7d8f9cd3c056471f49e0b98c441d 3,090 1.00/1.00 vMB 35
790,756 790,756 000000000000000000021c764feab25bbaf5425d55326bd168101149f01d2c61 2,712 1.00/1.00 vMB 39
790,755 790,755 00000000000000000003a5b9c0897633ae4db4377454f0d1621ae5593d53c437 3,900 1.00/1.00 vMB 49
790,754 790,754 0000000000000000000512cf37c0b80dfcc9b62cbea6f4d046c847ac63c35b76 3,848 1.00/1.00 vMB 44
790,753 790,753 000000000000000000031449da26964318b9c1f6623b130bfcb19d344ba46447 3,385 1.00/1.00 vMB 41
790,752 790,752 00000000000000000004ec905829fc47774b43e7d9bc1dfddb057534e3cc25aa 3,032 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.