Loading Tool

Explorer IconExplorer

Memory Pool

72,933 transactions
28.14 vMB
0.06455307 BTC
Random Selection Loading Transactions
Max Size: 166.76/200 MB

Candidate Block

Mining Attempt 591423f9f6a4cc3111810ca34f7b2e5c2c37a3b5c4030cfff077adf6e78b5b02
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6edb3891e93630453969029b2c35ba1e8128bec9372fdd0b1811c05527159132
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,441
Size: 1.00 vMB
Total Fees: 0.00808523 BTC
Feerates: 13.45 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (261,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,504 653,504 0000000000000000000c2799969bb181b79527b1d272921e00bbdbdb1c394419 2,640 1.00/1.00 vMB 16
653,503 653,503 000000000000000000013d1b37e3e736eab319d7fd89521a22c56c61ab8d3a6b 1,827 1.00/1.00 vMB 30
653,502 653,502 00000000000000000007878340ed6cccca0b23bb185a19d0fcabb67ca241064f 2,215 1.00/1.00 vMB 60
653,501 653,501 0000000000000000000ce01d390e727092514e27c0a813acb78da6c5855ea842 1,120 1.00/1.00 vMB 27
653,500 653,500 0000000000000000000a680acdb546ab912403380c91edeebf520d37c37893ab 2,025 1.00/1.00 vMB 17
653,499 653,499 00000000000000000001e9fb4ca5b38c1d051b4ec1ce483e29bf25f3c499005f 2,581 1.00/1.00 vMB 22
653,498 653,498 00000000000000000002b4f1be92606f2aae0e70cb01c9ff0fa6ca8cd17ed9e7 1,110 1.00/1.00 vMB 13
653,497 653,497 0000000000000000000dce8353c953b4ef7fc4e48222be7505c0ad759427c70e 1,867 1.00/1.00 vMB 21
653,496 653,496 0000000000000000000c58bc4f3b396a9ce04faa54e3843a52683f34aeadfd31 1,870 1.00/1.00 vMB 25
653,495 653,495 0000000000000000000987dfafc78fc780b10dd6ce5022c1950e9e97da22b4aa 2,717 1.00/1.00 vMB 23
653,494 653,494 0000000000000000000598f027082f0c1347a47f447b13d69b675e594ebd0625 2,068 1.00/1.00 vMB 21
653,493 653,493 00000000000000000007366deb1db6de5028960d74166ea9cbf49ff0fdd9963c 2,112 1.00/1.00 vMB 27
653,492 653,492 0000000000000000000120f9326782314957a87e9850409df1c509c349eb5b6e 2,274 1.00/1.00 vMB 29
653,491 653,491 0000000000000000000cbd94954b9e07f1e79580e9cd36e5c2558652eecda1c8 2,644 1.00/1.00 vMB 43
653,490 653,490 0000000000000000000b589b0f74292e9ab57f6e6db5dc3047f83a9655a2d008 2,464 1.00/1.00 vMB 31
653,489 653,489 0000000000000000000c656038825d2b74d3c2992b282d950b059b00d356b823 2,384 1.00/1.00 vMB 30
653,488 653,488 00000000000000000009f70b43c689aedf40630680e9b1092bef9f4f7d4eaeae 2,564 1.00/1.00 vMB 38
653,487 653,487 0000000000000000000777546a5aad047a0f9dd5e0dfcf9a13fb59a5714a3e72 2,414 1.00/1.00 vMB 42
653,486 653,486 000000000000000000059b2aaf965da85acc5162cde4de495624386a4d87e05f 2,855 1.00/1.00 vMB 43
653,485 653,485 0000000000000000000cfb96a7abb7e78adc4a2c36b17883b81169493415c52d 2,109 1.00/1.00 vMB 58
653,484 653,484 0000000000000000000b00ed537f7a5e22e9f131a3f1754ff6934245bd641b11 2,731 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.