Loading Tool

Explorer IconExplorer

Memory Pool

78,596 transactions
29.33 vMB
0.08370880 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt 142947dd4f163d6c59671600e52e7c37e5f9ff9f1025e72c5068d0548c00a031
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 099e58ea21512333efece575b4f52968b9500599954ac975f05487feada11941
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.02211636 BTC
Feerates: 95.73 > 2.22 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (329,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,392 585,392 00000000000000000013c95e0d68347ebc9586d810c1a591de41b331391ea11f 1,844 1.00/1.00 vMB 14
585,391 585,391 000000000000000000014468598e08036d256ae7876de8cb913a160f65f920d4 2,976 1.00/1.00 vMB 60
585,390 585,390 0000000000000000001896442b49bed56ecab4a6bc28b061321e95df91b4947d 748 1.00/1.00 vMB 11
585,389 585,389 00000000000000000019da6bee439a8c75bbf078b915c5852fc0a6a3b6f543b1 2,604 1.00/1.00 vMB 19
585,388 585,388 00000000000000000001cfbcb9714ab0896ea7507742e0f0dde3394d6dd47ca7 2,327 1.00/1.00 vMB 53
585,387 585,387 000000000000000000084faced2cb5f1eabb246ba9f3376daf5d5d9017880d1f 2,969 1.00/1.00 vMB 66
585,386 585,386 00000000000000000007aea27f90651ea53c01f37d1ab3be6736922f3e08cc5e 3,142 1.00/1.00 vMB 68
585,385 585,385 00000000000000000015af5bdf0d22d0097ed24290ea1f711be025243b11393d 2,071 1.00/1.00 vMB 20
585,384 585,384 000000000000000000024d92c86b07d4da27ea25c509dd8397809982facc4f1a 2,918 1.00/1.00 vMB 68
585,383 585,383 0000000000000000001aedf38e36b746e576ee0e4c496f5169c4afad4f3b0df2 2,048 1.00/1.00 vMB 22
585,382 585,382 0000000000000000000df9d1d0c2ad639510fcf90ce241d95226aaa1264b9b9e 2,444 1.00/1.00 vMB 41
585,381 585,381 00000000000000000001292d6f4eab442a94c9d4e6b5b4e3d76fcb591311992a 2,308 1.00/1.00 vMB 46
585,380 585,380 0000000000000000001ae9ca0dc8e9895ad35e0d2396c0adfba8cfc1ef60fbc9 2,474 1.00/1.00 vMB 47
585,379 585,379 0000000000000000001412649a0361602b37db8a774dfa736fbee2b6d13c82c7 3,371 1.00/1.00 vMB 55
585,378 585,378 00000000000000000009e247218a65c92a8957e27c2034776e54928d61c6bbe9 2,750 1.00/1.00 vMB 74
585,377 585,377 000000000000000000061104c9108eed0c741bf89c612f2f13e0092a02b1ccc3 2,040 1.00/1.00 vMB 61
585,376 585,376 0000000000000000000911b322bd499e13ecd3af760acab97ac44dd5063b059b 1,510 1.00/1.00 vMB 47
585,375 585,375 000000000000000000122ce822f7bd085061dcdbc4fc85971dcebabeeda82e9b 1,981 1.00/1.00 vMB 93
585,374 585,374 00000000000000000001718c0c2f24d2a4d066705d8635aeb80014c4b3f1b4c4 2,046 1.00/1.00 vMB 6
585,373 585,373 0000000000000000001e253eeda4760b85e03f3f4466ce748e1fdc1a191b57e6 2,810 1.00/1.00 vMB 40
585,372 585,372 00000000000000000010702ef3ab62ee1a39baa8909691d58843ef2dd3842e7b 2,276 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 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: 674.84 GB
    • Received: 16.43 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.