Loading Tool

Explorer IconExplorer

Memory Pool

79,686 transactions
29.62 vMB
0.08804565 BTC
Random Selection Loading Transactions
Max Size: 179.01/200 MB

Candidate Block

Mining Attempt f219293e298e0ad34f78e8a410b617ae4cd2c3585a047adb8f90e5b22708d8c8
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 476e4e88ae81ea815727de98857ca03b9c4b0631d2a8df27257e71be52905ccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,796
Size: 1.00 vMB
Total Fees: 0.02523645 BTC
Feerates: 100.11 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (506,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,014 409,014 00000000000000000115d4d9318d0bdc943865a062cac4c1721f3e16e2475d7a 2,889 1.00/1.00 vMB 46
409,013 409,013 00000000000000000340e4b7205c9ed9605e8e6ca4cbb3d1b83ac6a290983256 3,031 1.00/1.00 vMB 74
409,012 409,012 0000000000000000036b2c75bb0d3441ca391b837c030b0d01c6383b82a39f42 5 0.00/1.00 vMB 158
409,011 409,011 00000000000000000367da68cd1a74061c784149ac7e175bc6bd79d7532913d0 3,003 0.99/1.00 vMB 55
409,010 409,010 0000000000000000006d954d577baa82b8f01b764135bfb0b40c73eb310ed4c1 926 0.65/1.00 vMB 24
409,009 409,009 0000000000000000019d7537bc56102ecc6ce74be0f0b8b1cccd664d548a1545 2,256 1.00/1.00 vMB 39
409,008 409,008 0000000000000000042450ad2be4f2b6439ed39f70716a7575440d462cf165d9 1,962 1.00/1.00 vMB 29,214
409,007 409,007 000000000000000005d8a1e4acef54bccca3e3569705c1ecf066ea40bcd54c0e 1,834 0.84/1.00 vMB 36
409,006 409,006 000000000000000005c7ef457cd88420bbf4d82c518e73eadfbf373588a52d58 1,785 1.00/1.00 vMB 31
409,005 409,005 0000000000000000056cc108e0d2594b91e797fe06df9daffaefbc4e8835d54c 1,469 0.80/1.00 vMB 31
409,004 409,004 000000000000000002bee4169b428080e371ef70d67aaa9fac204555f14e985a 1,441 0.96/1.00 vMB 27
409,003 409,003 00000000000000000159f2550268f8f6c841de451387da100d9c490c2b170590 2,849 1.00/1.00 vMB 53
409,002 409,002 0000000000000000029f19fb10f05a837a3d4d9018e59ac6c263eb509f4f9aed 1,474 0.59/1.00 vMB 39
409,001 409,001 000000000000000000bdb0bda5a935c13450ae7727770b8d8e6ef77f86744fca 1,076 1.00/1.00 vMB 21
409,000 409,000 000000000000000001a99ad75d398311754aba654bff3111f3d3f2701ec8e6d8 2,482 1.00/1.00 vMB 38
408,999 408,999 00000000000000000279400a566ae9bb51a2fc3eb3549049eb76f1e8d7722901 207 0.08/1.00 vMB 40
408,998 408,998 000000000000000004226ee1596bd6f777ba6e55415082d23db9f3ed3ffca7b8 1,176 0.47/1.00 vMB 40
408,997 408,997 000000000000000002d85ae91e59aae60584dda50c857e6a2e9bce84ab01dd03 1,445 1.00/1.00 vMB 33
408,996 408,996 000000000000000003aa0e7b59448f9413be23c78d52486ffc7411b8b1432970 1,540 1.00/1.00 vMB 29
408,995 408,995 000000000000000004f51e779604e8788f0325d715ef46f2acfa20aae91aa94a 2,678 1.00/1.00 vMB 48
408,994 408,994 000000000000000000198421c6d4263a93828baf068989231605f0d525a51740 1,821 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.