Loading Tool

Explorer IconExplorer

Memory Pool

79,935 transactions
29.73 vMB
0.09110283 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 9f9b75dda27ea817973b2fc21b1126509be7b06d678c7a9e2f0b71f95fe1c765
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 744e6cbdf41c3bad46bb67d6c53d414d389f64d15ddd12c428260f571f1aca31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.02715792 BTC
Feerates: 100.11 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (269,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,022 646,022 000000000000000000023c129b8e341128a39833627df9cc684dde68b084182e 2,740 1.00/1.00 vMB 74
646,021 646,021 0000000000000000000a414e59cb700bf8a882e6a31652d6ec2b8371c45412a7 2,299 1.00/1.00 vMB 37
646,020 646,020 000000000000000000052c1fc2b44a546a668cb1f1dc1ac9e619c80e8cd76989 2,754 1.00/1.00 vMB 25
646,019 646,019 00000000000000000007f992e09ff4765764ee63f30a13cf5e49fdb3af7e762f 2,875 1.00/1.00 vMB 61
646,018 646,018 000000000000000000009a90677e80a8566189f3b83c9a63a4926e75399b5abb 2,470 1.00/1.00 vMB 69
646,017 646,017 0000000000000000000a488ee0ec472160fb583f956fbd1e1a7747e7b501000d 2,862 1.00/1.00 vMB 102
646,016 646,016 0000000000000000000944f776cfa358fe30a48f702e17398ed9d281c7d9f33a 1,459 0.98/1.00 vMB 24
646,015 646,015 0000000000000000000225f16f2ad2cbee23a3884af983ac16aefe966c39d83c 1,674 0.98/1.00 vMB 27
646,014 646,014 00000000000000000005ff28fd5dbf27a0b01c7a9d2e019a047ca1a84a628b1b 1,078 1.00/1.00 vMB 14
646,013 646,013 0000000000000000000fd2271dded1824c4a39aed42386006ace0c212009231e 1,815 1.00/1.00 vMB 39
646,012 646,012 0000000000000000000d51aa50901728bb4628f9abf4fa8898a3e05ba0cc4eb9 1,945 1.00/1.00 vMB 23
646,011 646,011 0000000000000000000e86e372f6269e6265bacb0e9116c2d9576bafd637909c 2,161 1.00/1.00 vMB 16
646,010 646,010 00000000000000000006a5d8d6639d23131ee24dec99c797b6c1f1cc07655e93 2,700 1.00/1.00 vMB 21
646,009 646,009 00000000000000000006ce972b52144f897662ac4b9515c5eca18b1c57d4a182 2,614 1.00/1.00 vMB 41
646,008 646,008 0000000000000000000c686eedf9862f7be48301751408bb83a96d7d78149b1e 3,018 1.00/1.00 vMB 57
646,007 646,007 000000000000000000008574db11d7956bb9d1099731e11a782af322e364fcb6 2,726 1.00/1.00 vMB 78
646,006 646,006 00000000000000000006e7df193a108c30511381767d7a54efaf527579b41c8a 1,902 1.00/1.00 vMB 89
646,005 646,005 000000000000000000024eaf12d1385b30659a63f6bb4a8c65bd8027ced6701a 2,812 1.00/1.00 vMB 110
646,004 646,004 0000000000000000000ec010c5e683d54429feb4ab8a00044fb2839fbe7430a0 2,398 1.00/1.00 vMB 99
646,003 646,003 000000000000000000049fcf345ba799b748c14f69f9f87c9f0d5231b269e244 2,094 1.00/1.00 vMB 45
646,002 646,002 00000000000000000004aad791facdf82a3346c93a2ae636df6e4fba585c046c 2,260 1.00/1.00 vMB 10
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.