Loading Tool

Explorer IconExplorer

Memory Pool

87,129 transactions
32.06 vMB
0.11612492 BTC
Random Selection Loading Transactions
Max Size: 196.02/200 MB

Candidate Block

Mining Attempt b593fd385c57f53a30c23ca4c551860f4b0ecf828899d821a166032b12843e7e
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 04cc2f8f1113b80577888328e68bf87d57bcec76133bdda944b615b751b7c846
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,478
Size: 1.00 vMB
Total Fees: 0.03217270 BTC
Feerates: 1,236.26 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (476,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,401 438,401 000000000000000001e608198a53210dfe2d8e709a1c6f3e49b5163d327e5a80 2,765 1.00/1.00 vMB 85
438,400 438,400 0000000000000000012ef37f6981855786e9710150697c582bbd040d13fea974 2,278 1.00/1.00 vMB 67
438,399 438,399 0000000000000000037e3e0194d5181b8676262ca8125fb9cea73e0b11f174b6 2,823 1.00/1.00 vMB 60
438,398 438,398 000000000000000001b683bc3f84f49a5c30a13877a94e690ff8aaf7c3c12ac5 2,573 1.00/1.00 vMB 87
438,397 438,397 000000000000000003ab14edea3672966907326589ddb4c531d39b2cebe4b4f6 2,375 1.00/1.00 vMB 78
438,396 438,396 000000000000000001c713d20d49b8bf4d4c204d705c18421d4e545ce75ffe92 1,840 1.00/1.00 vMB 81
438,395 438,395 000000000000000003e76f3302c2038a55c745f2700d2d90eac50b12c90f7177 1,616 1.00/1.00 vMB 48
438,394 438,394 000000000000000003567858ad3f19300926b2d8137794fc2855842116e0a015 1,465 1.00/1.00 vMB 43
438,393 438,393 000000000000000001936e9a7557483906e8c4be34dc8d150945d335b0610682 1,877 0.75/1.00 vMB 63
438,392 438,392 00000000000000000293e3491692b80c888bc35ffef5edc461b86246841af3b0 2,018 1.00/1.00 vMB 62
438,391 438,391 0000000000000000014e44ef1b75ee49f430a1af86f6bae1f48f59996e0fd4b3 2,536 1.00/1.00 vMB 89
438,390 438,390 000000000000000003ff5fed3be50f418c0f5aa4931b083c66a347a0a2f6865c 2,483 1.00/1.00 vMB 74
438,389 438,389 0000000000000000021146c3eae97213c1171f0c60f06f0a56a4a1bbe52a445a 2,890 1.00/1.00 vMB 57
438,388 438,388 000000000000000003cb82a8ae14d1bfec67ac4b2848705241de4d79178b3ddd 2,211 1.00/1.00 vMB 57
438,387 438,387 000000000000000001b3f295a2f51ca02ec1cf514c04f4d27c35de9bac001b65 2,660 1.00/1.00 vMB 81
438,386 438,386 000000000000000002ddd463f01dac8cba7f2362ca8adfcc3a6a9b8b40cce85a 2,501 1.00/1.00 vMB 101
438,385 438,385 0000000000000000006b02a564eb2eb731d512d4f2af1f75c3baf3713a539319 202 0.10/1.00 vMB 61
438,384 438,384 00000000000000000307a483f397c8cd4cb69b8b72e05aea5dda889695fed377 1,095 0.54/1.00 vMB 62
438,383 438,383 000000000000000002f7a754d92d2d6b8f29e6bb5aac416ab2a35ac63221cc10 253 0.10/1.00 vMB 73
438,382 438,382 000000000000000004459d2a0a3c733ff56d83a4c841a832e72cbeb7e347c2a6 589 0.98/1.00 vMB 15
438,381 438,381 0000000000000000029f45856b8cace8f256a79ba77f1c03ee8ae5c1fdda32a3 606 0.28/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.