Loading Tool

Explorer IconExplorer

Memory Pool

72,009 transactions
27.93 vMB
0.06483933 BTC
Random Selection Loading Transactions
Max Size: 165.59/200 MB

Candidate Block

Mining Attempt 8b0ae21bca696e3b481ed328acd96343e538ba006ee4e3366ce950c8c8476bf9
Version 20000000
Previous Block 00000000000000000000f8e5ceecb61863cf986472f3f497521e70a33dcb2b9b
Merkle Root 4fccdb04ded010f1a18e2339809e3c3ab7404e0b2779b11d2c6ca3bc7d7e7755
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,928
Size: 1.00 vMB
Total Fees: 0.00915201 BTC
Feerates: 51.64 > 0.92 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,037 (240,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,910 674,910 000000000000000000092c42a116c01bf5c5c385394f91026008d57938df3f05 1,720 1.00/1.00 vMB 49
674,909 674,909 0000000000000000000625dceb8474ab43d1c3a7b0da69d2b1df408c8199f48d 2,476 1.00/1.00 vMB 102
674,908 674,908 00000000000000000007b2357a7b2542b23d80489f3e70a641d57e0d63e076a8 1,432 1.00/1.00 vMB 41
674,907 674,907 000000000000000000063c86c09b9731d9de2b8952146cbe4ca42cc60da5cfd5 1,997 1.00/1.00 vMB 61
674,906 674,906 00000000000000000009953721a743adc372b95c8cdf0933130990a65a445bb8 2,719 1.00/1.00 vMB 99
674,905 674,905 000000000000000000089e002473e0c78f54283cf0e7564e7e5e4342039e01a1 3,201 1.00/1.00 vMB 74
674,904 674,904 0000000000000000000235a979892f037222656301dceacb16a9ab96eba85513 2,402 1.00/1.00 vMB 100
674,903 674,903 000000000000000000029d2069acfcbfe508e4f1838ed8b6bb9b9ec00707fdb5 2,280 1.00/1.00 vMB 113
674,902 674,902 0000000000000000000ae408b28dcd3d51bacd3ea0aee9aa5e868b4da001099a 1,318 1.00/1.00 vMB 107
674,901 674,901 0000000000000000000b17c683c3e2eafa36aad36d934e7afa0b75f1c9d77cdc 2,900 1.00/1.00 vMB 59
674,900 674,900 0000000000000000000b4152c32102116f645dcd748e7ff863e1511aedbaa719 2,766 1.00/1.00 vMB 86
674,899 674,899 000000000000000000035e6ef8bc8cdc444c7d9880431aa430260d639805e5b5 2,223 1.00/1.00 vMB 52
674,898 674,898 0000000000000000000a9ca71612ffb2abee9ffdf4c688d0f465b7bb23a93a6c 2,892 1.00/1.00 vMB 67
674,897 674,897 0000000000000000000a3ecb7f439fa3d59bc37c7d98a752d9c6e7ab82024cb0 3,043 1.00/1.00 vMB 79
674,896 674,896 00000000000000000005dadbd47eea43ace794cd8287d30c429792c2700d2f5a 2,732 1.00/1.00 vMB 113
674,895 674,895 0000000000000000000b733affb2ae930652769c82793c2248b72041eb9c267f 1,306 1.00/1.00 vMB 94
674,894 674,894 00000000000000000009c8880f5f3ee9c75a27920af356eefb7a706384e5e316 3,247 1.00/1.00 vMB 87
674,893 674,893 0000000000000000000be7a53557b5ddba276bf6e4e683fa87e9963813073468 2,913 1.00/1.00 vMB 107
674,892 674,892 000000000000000000070904f3d330f7023051122df068b9ba0176b0c3a12471 1,278 1.00/1.00 vMB 102
674,891 674,891 00000000000000000001427d2479cba27d8aae18683800a685a533de16127313 2,700 1.00/1.00 vMB 108
674,890 674,890 0000000000000000000bfab6c5a2e7847603b1a8d80d1bc0b4d1c38b15a48af0 3,058 1.00/1.00 vMB 131
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.67 GB
    • Received: 15.27 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.