Loading Tool

Explorer IconExplorer

Memory Pool

39,228 transactions
28.90 vMB
0.07377130 BTC
Random Selection Loading Transactions
Max Size: 146.27/200 MB

Candidate Block

Mining Attempt 768534f9e9ecb28cd30ab2c5a5b0e80fdcf797147b22ca5c3ffd07535b6823d2
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 5df1d1738db9e8c907cfec21ead1d79e0c0e8abf53db16c8b597794c9576eeca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.01762304 BTC
Feerates: 100.36 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (814,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,640 99,640 0000000000038a7e4250755790b4640a27bee09c80bc60a07be963a95876fa59 2 0.00/1.00 vMB 0
99,639 99,639 000000000000a3985ef46fea94dc729fe779d2dfe1a46bff0194b6b4384fa614 5 0.00/1.00 vMB 0
99,638 99,638 0000000000020cda836d6b48cb821f19b1b222d1a2eff7f0a2d42512c67ab502 2 0.00/1.00 vMB 0
99,637 99,637 000000000003cba404a94f9831b3b7964dfff7a66d0626f51fe015afd1a35caa 7 0.00/1.00 vMB 0
99,636 99,636 0000000000027217f20e77c4aeafc75a15a2ad9f3282a3cf7f928a0ea91ab754 1 0.00/1.00 vMB 0
99,635 99,635 0000000000036a670487afb6205715472e2b121d1933aba0fd98097dcc1e0bff 2 0.00/1.00 vMB 0
99,634 99,634 00000000000350d492ae921adb12e6d2a350893dc07c5c62db1e726a66667232 1 0.00/1.00 vMB 0
99,633 99,633 00000000000269065f8a7fe6e0b62c97f2f2b7a4fe7b5b0083289f086b3ecc6e 1 0.00/1.00 vMB 0
99,632 99,632 000000000002acfbce61be1277b405f5275232e3348cb62bc4720415a48b19e9 2 0.00/1.00 vMB 0
99,631 99,631 000000000001a5c1a5779c0d10826818444e6e478643b4e9790b2e5afe39785f 3 0.00/1.00 vMB 0
99,630 99,630 00000000000095b0a3bec6ae8eadeb228deb36007d5ab1cf41d3989d1adfaf7c 1 0.00/1.00 vMB 0
99,629 99,629 000000000001da437004d416041b8fdfcdc602bd5251f4397295cba9b1b467d9 1 0.00/1.00 vMB 0
99,628 99,628 00000000000011e17d4d54ece7db0d9276d85dfb2d5179333b8d8033f2ba40a6 1 0.00/1.00 vMB 0
99,627 99,627 000000000000e6333cdde8205ff214cea908f72e452f1c8f6b02eee078e7a33a 2 0.00/1.00 vMB 0
99,626 99,626 000000000000d859b9fc61eab108791ddd44fa5aad303805e827774ad59c5c4c 4 0.00/1.00 vMB 0
99,625 99,625 0000000000047896114f7b1f88b25455cb99fd894bbb6ee26623d48c0ad34046 3 0.00/1.00 vMB 0
99,624 99,624 0000000000033866f2a126a3d5cf4ae905860ad613d84aad1f0d03faa07d085f 1 0.00/1.00 vMB 0
99,623 99,623 0000000000040a89a4df3717ceb99431bedcad988c1061d4532e7a5e658e326f 1 0.00/1.00 vMB 0
99,622 99,622 000000000001a9e6911971f22f1ec76cd3bcc94d36218fe179c727f04833c2dd 1 0.00/1.00 vMB 0
99,621 99,621 0000000000009164fa00be4005493e4ce7c024ba4a584bb6f1a488b9c07902a3 5 0.00/1.00 vMB 0
99,620 99,620 00000000000077da814eada4eacc011e7450cf18b4fd5d9bca579b42b9f8d7a5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.63 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.