Loading Tool

Explorer IconExplorer

Memory Pool

41,505 transactions
27.42 vMB
0.08106407 BTC
Random Selection Loading Transactions
Max Size: 141.68/200 MB

Candidate Block

Mining Attempt 6d4e30376c16187ed0b74da571b43a4392c48a11120b23618a9d97e002ff6c75
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 03d4c9e4de9c5607a9aed2d5db49e29822f620176a96fca8a567cb8e552ac0c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,069
Size: 1.00 vMB
Total Fees: 0.02739848 BTC
Feerates: 141.50 > 2.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (237,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,388 677,388 00000000000000000002e9a2bb59e487f2683ddcd34768f53e6d913f6466026b 1,669 1.00/1.00 vMB 74
677,387 677,387 0000000000000000000050b4634ce1aff7708adbd56439217a65c9b1861a6108 1,372 1.00/1.00 vMB 62
677,386 677,386 00000000000000000007cd343d6f1792983daae73c7a3a2d4c5b668535e3595b 823 1.00/1.00 vMB 77
677,385 677,385 00000000000000000006bea4f36bf8281a32df1a1b37fad2ca3ccd4593051cbf 2,247 1.00/1.00 vMB 88
677,384 677,384 0000000000000000000007a4be22ad9c3700124497160b2412333d4da3a5b2a6 2,673 1.00/1.00 vMB 45
677,383 677,383 000000000000000000070c40683c277a15740e6b755cbd0a1d9dfd7b84a49007 1,462 1.00/1.00 vMB 59
677,382 677,382 00000000000000000001cedcf95eba18f8e5d8e1f43af6f5971d37f721f24941 1,329 1.00/1.00 vMB 77
677,381 677,381 000000000000000000048fa365f038220078f6cc124fed45401dc8ba82d645d0 2,751 1.00/1.00 vMB 91
677,380 677,380 0000000000000000000966bea658b0f4fcef42106828c75bb4cd039f30d1cbd6 1,738 1.00/1.00 vMB 42
677,379 677,379 00000000000000000008f1bebde23acb5dce2df900fe52122fa141a230300a8e 2,163 1.00/1.00 vMB 51
677,378 677,378 0000000000000000000b3ad7fdc5feb65958d80dcfa1256882919e6d54aae2e8 1,489 1.00/1.00 vMB 55
677,377 677,377 00000000000000000000bd3ea04ebf6bf6728015c95e0c59823bb3a6867d009b 1,536 1.00/1.00 vMB 77
677,376 677,376 0000000000000000000a1b463e60dad4c6ad3329e107c8297ed43592d2787e50 2,784 1.00/1.00 vMB 78
677,375 677,375 00000000000000000000b136fc67072ab98643c2346ff07c4076d94c35d9481c 2,372 1.00/1.00 vMB 70
677,374 677,374 00000000000000000003e41471fdff31aa3fd9994537af3e4ba0d4db49f24f42 1,992 1.00/1.00 vMB 62
677,373 677,373 0000000000000000000b200dd7167a1751b8542e4a74bdb60ee54a55666a582f 2,273 1.00/1.00 vMB 68
677,372 677,372 000000000000000000057e4fa4ab61f196a5273289deb480110fd718ed09c5b2 3,209 1.00/1.00 vMB 49
677,371 677,371 00000000000000000005fe453d5a2949422c9feae7b4ba945e20f03b2d01d8ba 2,486 1.00/1.00 vMB 74
677,370 677,370 00000000000000000000f3a3f653c38cad69d25b1d46b630d37360d2d31247e8 2,609 1.00/1.00 vMB 55
677,369 677,369 00000000000000000009e948f3cd3730ef7df049adcd103a70b7b8906858d112 2,717 1.00/1.00 vMB 90
677,368 677,368 00000000000000000003276f1ae73387a7c936c4cc8601ae9ea77352d484f0db 1,768 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.