Loading Tool

Explorer IconExplorer

Memory Pool

80,707 transactions
29.67 vMB
0.09988840 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 74ba6793d08ef927a0543a3599ed45d1af816b30b43a4a0535d53478b5569056
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 046f20320e264eeff82c537018534c09b9a9da9bc39419aba11f1254d58eb903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.03606492 BTC
Feerates: 146.36 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (232,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,508 682,508 000000000000000000066c1c4ed3165e26f207bb4224694115a00b69ce326823 1,574 1.00/1.00 vMB 51
682,507 682,507 0000000000000000000536d050bfdd8b66076aa3dc1ccdce1cba64872c4c040e 2,185 1.00/1.00 vMB 100
682,506 682,506 0000000000000000000187339e3f851a3ca4f7d6b4542f3da3f905f96a925021 1,274 1.00/1.00 vMB 92
682,505 682,505 0000000000000000000a9f571768939c338a4aa66bd40ea7050b8ea175c7da54 1,281 1.00/1.00 vMB 40
682,504 682,504 000000000000000000017e115e56791f9507a01efe6c2f1c165a4000fd84d695 1,876 1.00/1.00 vMB 54
682,503 682,503 000000000000000000080a339c0ebe7385315aadae543b8ffeb0a6729cd644d4 374 1.00/1.00 vMB 22
682,502 682,502 0000000000000000000ae2ffa4c72bfe35bce78d1438d43f12a809e9c0ef483f 209 1.00/1.00 vMB 8
682,501 682,501 000000000000000000008b6f713c495fcdd1e9abbe9d80acdb6174e6da73464c 1,112 1.00/1.00 vMB 49
682,500 682,500 00000000000000000007e70fe4af876da9444d3ae9c3283ef859fc1d0cdf9417 1,348 1.00/1.00 vMB 54
682,499 682,499 000000000000000000022f67ce8334d0b98473cd4f6071a128a6185649a9893b 724 1.00/1.00 vMB 22
682,498 682,498 0000000000000000000a57f47c11f70c18c9ec8cbe3703f5b716c1fe44698c35 1,002 1.00/1.00 vMB 32
682,497 682,497 0000000000000000000a191462e08199d15d941ff4c15c82d6e4dac6de859fe0 1,377 1.00/1.00 vMB 52
682,496 682,496 0000000000000000000ade290251ac567b8afd5d5a84aae35f386549042f96a9 89 1.00/1.00 vMB 4
682,495 682,495 0000000000000000000518fcb8a0a94a66fc50e89e02644b8a3c81ccd4350624 1,775 1.00/1.00 vMB 30
682,494 682,494 00000000000000000008cad2b4c2bfff2c81b499e8cc40e5f10d3885df8fbd35 1,833 1.00/1.00 vMB 79
682,493 682,493 00000000000000000005db3c3acdfd102302707641cc5f3f630320c98db37652 1,937 1.00/1.00 vMB 64
682,492 682,492 000000000000000000044b2e0b1107a7f8dd6ddb65984d92abd2e39dc820a50b 2,060 1.00/1.00 vMB 35
682,491 682,491 000000000000000000063d7fbdb3a3288891aa1c2dac53581bc8e0babdcf00a1 1,593 1.00/1.00 vMB 93
682,490 682,490 0000000000000000000a3a735d1a03efbff118f89198c93d5ab71718eab22a3d 2,272 1.00/1.00 vMB 79
682,489 682,489 0000000000000000000164936b1e60ff244c8b482b3b580ac0f3de016532be0c 2,108 1.00/1.00 vMB 82
682,488 682,488 00000000000000000002a3a06c14bd8215300a287353ebc88fe373eb39c8bc9d 783 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.90 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.