Loading Tool

Explorer IconExplorer

Memory Pool

81,067 transactions
30.74 vMB
0.08797776 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 6f50a18544a6d8d22dacd57a86aa160b120d06f606ef67e0b370fc7fe5773dfa
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 3371fc79f4ee47f0c9eb6c14eb3447b67e419b990bdf92d3be0489396499e339
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,616
Size: 1.00 vMB
Total Fees: 0.01732412 BTC
Feerates: 73.20 > 1.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (27,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,133 888,133 00000000000000000001be4b90157cb24d2bd02941182fffefa0b99a8c656011 2,502 1.00/1.00 vMB 5
888,132 888,132 00000000000000000000247a57351db6f80161ad60838439dc97684054bd9168 2,206 1.00/1.00 vMB 2
888,131 888,131 00000000000000000000c879f2ac3e5c66cfdf362ddff610f418dd7c83501423 3,376 1.00/1.00 vMB 3
888,130 888,130 000000000000000000026fcddc57abd9f91332ac3f94b6b58bc427fa7a058121 2,962 1.00/1.00 vMB 4
888,129 888,129 0000000000000000000190f093b42d7e77ca4148093f999ed10fea6dfb1f4a09 1,760 1.00/1.00 vMB 1
888,128 888,128 0000000000000000000126d1c68fdb0dcd49737ebfbca47a402fffa823ee4558 3,639 1.00/1.00 vMB 4
888,127 888,127 00000000000000000001d0ff1b8ef1615ab7301aee6d48f39c35e1542b477d18 2,475 1.00/1.00 vMB 2
888,126 888,126 0000000000000000000170b6cf1c46fb69382f4bb3181e8774a61cb333c728f0 1,869 1.00/1.00 vMB 1
888,125 888,125 0000000000000000000114ba0d4b060519979dbf384a9b66de40b8721b28c0f6 4,008 1.00/1.00 vMB 1
888,124 888,124 00000000000000000001163c00678a1c864aea81d872869c7312b450aac15f86 4,763 1.00/1.00 vMB 1
888,123 888,123 0000000000000000000092efca6d2d61ed19a75107f812a9500ac1ea71c2fdcb 2,440 1.00/1.00 vMB 1
888,122 888,122 000000000000000000006d9a4dbc6614d7832f69759a6df8a4ca083d5632e979 2,409 1.00/1.00 vMB 2
888,121 888,121 0000000000000000000159b48d35d5b0ac5ef4dba355bf107b3b992003a52a8d 948 1.00/1.00 vMB 2
888,120 888,120 0000000000000000000108b22c1faccd1d0774719d9cc7c6564d5d7c2f161e75 233 1.00/1.00 vMB 1
888,119 888,119 00000000000000000000d7acfec8a2f7319c6d99cb7f1eeeaec51a10938d2201 2,838 1.00/1.00 vMB 3
888,118 888,118 00000000000000000000728b3f9a8099826fe3f3401a46f97389f7f0a7b0ece9 2,446 1.00/1.00 vMB 6
888,117 888,117 00000000000000000001bdf3811e58286d0ea8306729286e467feafed411aa47 2,237 1.00/1.00 vMB 3
888,116 888,116 0000000000000000000077420ee9e81e04bf1f2afc139de29a8cf1420e261e9a 2,737 1.00/1.00 vMB 2
888,115 888,115 0000000000000000000235f0d3c751d877a73d59490c57cf15902ee945c02289 3,360 1.00/1.00 vMB 3
888,114 888,114 00000000000000000001400837efd2483c8e7e42f09d4f7f34f5e38e71016ec7 3,810 1.00/1.00 vMB 6
888,113 888,113 000000000000000000021befec5430136d47f2d7ca9e0b508a08693e82c18f63 3,464 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.