Loading Tool

Explorer IconExplorer

Memory Pool

77,374 transactions
28.89 vMB
0.10019028 BTC
Random Selection Loading Transactions
Max Size: 175.30/200 MB

Candidate Block

Mining Attempt b64f83fae298e968852348160c87e7b06e01867e14e1ef33c394893eca4c9df4
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a5cb2666ce20fd5836c23605fd552f57243b46c7f59dcb82995bc34e38173165
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03156316 BTC
Feerates: 180.82 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (684,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,495 230,495 000000000000009eca0d24b56e4de99f2d00f7cf2b4bdb33c93ef9ed1573dd78 993 0.45/1.00 vMB 176
230,494 230,494 000000000000010e43da4e3a5e3887ffa64d9ffb6fefada50ee1104876303e54 277 0.09/1.00 vMB 11
230,493 230,493 00000000000000e038050ea98d5c47dd370f0b4abc8ee419b8a6cc12685d41f3 343 0.25/1.00 vMB 88
230,492 230,492 000000000000013fcced2eec486ab3054b1afa7eb54b24a40ac6d5fb09899b00 407 0.25/1.00 vMB 158
230,491 230,491 00000000000001985d344aae58f4cc6e0b9579cfff2b97bb4f0da134a1247410 732 0.25/1.00 vMB 147
230,490 230,490 00000000000001d00a6b139f70d1b2c5672e7ae6f2b9f2ff714b6868e49a4986 850 0.25/1.00 vMB 402
230,489 230,489 00000000000000ac515cd7da5267acd057c02ea971c83f318dcb2a7815474429 377 0.19/1.00 vMB 131
230,488 230,488 000000000000011bc7b8388f123e23ebfcb934c68c370135bbda5edafb82f98a 518 0.24/1.00 vMB 180
230,487 230,487 00000000000000f44b32f01035029a860b157628e52f07aeba343e8c09aa0021 279 0.13/1.00 vMB 140
230,486 230,486 000000000000004de2098d714e6ed11683e0b566621d9f1b7d90b186dfb1628e 404 0.19/1.00 vMB 149
230,485 230,485 00000000000001362ce2b272c05d0abf6ead753334a9a93396096fdf5b2e41da 161 0.07/1.00 vMB 123
230,484 230,484 00000000000000d5a1a25f0a6533c452757ff9658ddf2c3edd05c27b7651ba64 475 0.25/1.00 vMB 100
230,483 230,483 000000000000022d8e7cc682e671b5b81f83d238f229199fe99cce36a0c91f82 530 0.25/1.00 vMB 90
230,482 230,482 00000000000001a187adcbd1b16c9c46191479dd8b1d8e1d9a1092ad949f791d 132 0.06/1.00 vMB 28
230,481 230,481 00000000000000863fa2cbba1f2e18829712c0b4c527cf35e58bc65ccd26046b 477 0.25/1.00 vMB 201
230,480 230,480 000000000000009c32c192aa933dca6996ce2616b45a0897f01509b5cffc3104 779 0.31/1.00 vMB 143
230,479 230,479 0000000000000090bdbd26df22b15e45946184ad75acb113c19f027f1c120c6f 109 0.06/1.00 vMB 73
230,478 230,478 000000000000003570088432f4a0121671c8c6a368e023d3cb3bd7e3898c2d18 480 0.25/1.00 vMB 38
230,477 230,477 00000000000001b19b4d495ef2b3e888e04b2ba2da8b11b526f4b2bc9cc98660 194 0.14/1.00 vMB 79
230,476 230,476 000000000000015bd5c34bd72716f6e50635256523068d1453b82c086f4062b7 437 0.25/1.00 vMB 106
230,475 230,475 00000000000001fe095967ebbf0ac1efebcd69e2a971477977e21d0904891ed7 786 0.25/1.00 vMB 375
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.