Loading Tool

Explorer IconExplorer

Memory Pool

48,386 transactions
29.26 vMB
0.07268847 BTC
Random Selection Loading Transactions
Max Size: 156.34/200 MB

Candidate Block

Mining Attempt 66d17a4a86710c0cebab92c3d006b682eabd4a0569c547745eccc21a97cd7457
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 18713250aaa597ad332270fbafe5208ba2957cb06f484c97b9cc83234541c426
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.01604329 BTC
Feerates: 132.00 > 1.61 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (683,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,693 231,693 000000000000022a9e45c9707387f73345a8b1df188a42cf17c6432f54e6668c 267 0.13/1.00 vMB 150
231,692 231,692 000000000000016c4438d668adecb46ee52a090ee34b1ab505d464e4acc00423 478 0.25/1.00 vMB 176
231,691 231,691 000000000000012b0dc433c7f67a662e35123b4171b591f9fabf5c03e9445d7d 406 0.25/1.00 vMB 161
231,690 231,690 00000000000000263a279bd364ab3787d680011d3c6ea47093149f5a8b7c4c36 430 0.21/1.00 vMB 189
231,689 231,689 000000000000004c187bc01a5bda6c69c5ac0b2de54c9f4b4aa251e48df448b7 128 0.05/1.00 vMB 176
231,688 231,688 00000000000001f80ebfbbe239505c9c7bf2027cdc12c65129d80e273de48629 213 0.11/1.00 vMB 137
231,687 231,687 0000000000000041cdea2ce360a110437247cc0701beed3c831d2ebfdee307d8 571 0.35/1.00 vMB 125
231,686 231,686 00000000000001e8cd2c8d7b6f3cd3e3f8db23f0ddb524d0f8cd710e73b97d6c 1,191 0.47/1.00 vMB 166
231,685 231,685 000000000000011f8b5fab2051fcb1f717c0d51fc75d1623ec9d57c002be5d05 610 0.25/1.00 vMB 193
231,684 231,684 000000000000018742aad6a0ae1b3f1e3bc413ad043a025b46439e7423a2175b 936 0.47/1.00 vMB 131
231,683 231,683 0000000000000093ad005e6056b7939ba53dd33c1ad19bf48a2e85a65a9c3abf 214 0.08/1.00 vMB 41
231,682 231,682 000000000000010b3a88a312990a54cdb197a1e70fb54802a1cbbef544e72936 790 0.25/1.00 vMB 626
231,681 231,681 00000000000000f6d7a2518e19bd4fe37e65398835527268a0b1f2b4c25070cd 690 0.25/1.00 vMB 186
231,680 231,680 0000000000000180102c1f9dec20b7a0345102a50a1f4afada68a8e3a95b3e9a 474 0.29/1.00 vMB 106
231,679 231,679 00000000000000e616ec365e19898a0b27dab74601c00d56a9f6d45726a21772 398 0.25/1.00 vMB 107
231,678 231,678 000000000000019e8ea89b853f26179954843d36a4ac86e7409eb3a5a69cdfd8 812 0.25/1.00 vMB 200
231,677 231,677 0000000000000168478528d297ff7c87d5849e6a189a00ec025b7a742ba215c7 5 0.00/1.00 vMB 592
231,676 231,676 00000000000000dd6fcb2c00c20120eb83a3d237546bb6fe45dce96a655a708b 173 0.07/1.00 vMB 259
231,675 231,675 00000000000000c7863ea1f3d1c377f5ccb0b2474d65b453a491125e5a217d0b 5 0.00/1.00 vMB 549
231,674 231,674 00000000000000f500096b2eb18782dc9a2071f9efe78d645091aeba87f57b2f 509 0.25/1.00 vMB 104
231,673 231,673 000000000000006fe8f5f9844e583e5d260e21c5152984637aa60fc99e386a10 394 0.20/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.