Loading Tool

Explorer IconExplorer

Memory Pool

48,926 transactions
30.48 vMB
0.09290595 BTC
Random Selection Loading Transactions
Max Size: 163.05/200 MB

Candidate Block

Mining Attempt fcee24c435e187b62a42ef58a5431f19fd5fe1791ef5a656f6aeb76f7c8ff601
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root ca675a3711fb091f856cf98e8d0295218baf45fdf3de75370d9e6ade8a70a541
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.03046917 BTC
Feerates: 101.56 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (136,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,217 778,217 0000000000000000000227a3ea8f14c6e123f2a23089b80be336d1322000e626 3,651 1.00/1.00 vMB 21
778,216 778,216 0000000000000000000524bc9de9eca600832091340a53396674fe0b647c21c3 2,529 1.00/1.00 vMB 8
778,215 778,215 00000000000000000004e9402030811e3537f63c6838677de3987b1f9f33341c 2,414 1.00/1.00 vMB 18
778,214 778,214 000000000000000000049f875dbd98954af57aba5a2c6192eb6ecb3df489ba2c 2,081 1.00/1.00 vMB 10
778,213 778,213 000000000000000000054f5b3cbba890c2fd89c6a30d419017299612e69664c5 3,375 1.00/1.00 vMB 23
778,212 778,212 00000000000000000004cd4e93782cd1449616b7449abcb5a56feaee34d8fb22 3,370 1.00/1.00 vMB 18
778,211 778,211 00000000000000000001f40087be1023ed3880ee77f9f4a2bebb5e3b249c0e4f 1,148 1.00/1.00 vMB 6
778,210 778,210 0000000000000000000467de42c0a1a368dce090a968956b7e5da2e2252c9190 2,852 1.00/1.00 vMB 9
778,209 778,209 00000000000000000004221f78746ed3b08328c0d0b82c8b43eb1e01803a8d6b 2,177 1.00/1.00 vMB 18
778,208 778,208 0000000000000000000667223d3f2f14f90705a64d1e43ecd3d3afa3a48e98d1 1,596 1.00/1.00 vMB 18
778,207 778,207 0000000000000000000560656c6d0a243ef31cf37f72cc445b8864c417d99fe2 3,067 1.00/1.00 vMB 16
778,206 778,206 0000000000000000000322193a8f0ad9fc49c0dcc0aa3d1b6eaa709a892c44c9 1,917 1.00/1.00 vMB 12
778,205 778,205 00000000000000000002277eab1671e347e1fa0d750e5c82e76859608b4b8cba 2,656 1.00/1.00 vMB 9
778,204 778,204 00000000000000000005300c53387aec66637a778a6348bcb0fd9d76857c7f80 3,161 1.00/1.00 vMB 21
778,203 778,203 000000000000000000003cfbdfe51706f3c9da120f47e3494ebbb6ac7b73c671 2,947 1.00/1.00 vMB 17
778,202 778,202 00000000000000000004defeaad7f19a2943b01c577125eae3f9ef90d90a9a14 1,741 1.00/1.00 vMB 5
778,201 778,201 00000000000000000005197b121d018ddd9982d57e657fe0dbe00199564dba47 2,677 1.00/1.00 vMB 21
778,200 778,200 000000000000000000031a3b1060786fb206ff49fdf375bbf79c89ac765c4065 1,244 1.00/1.00 vMB 8
778,199 778,199 000000000000000000057af3a1558099a1aa3bbdd2e4912e57d05d7d4c2bd83a 2,261 1.00/1.00 vMB 2
778,198 778,198 000000000000000000027aed062ad6963edc30eb1cda56335802f952ae71bcab 2,137 1.00/1.00 vMB 9
778,197 778,197 00000000000000000003ec64cb05f186564d8abbabc5f6ba6fad6e950eac767e 2,503 1.00/1.00 vMB 13
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: 11
  • 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.