Loading Tool

Explorer IconExplorer

Memory Pool

83,640 transactions
30.74 vMB
0.17042204 BTC
Random Selection Loading Transactions
Max Size: 186.56/200 MB

Candidate Block

Mining Attempt 8f7cd0c48b7bc30be0b8e7b72c79c327629a1b57bc91fc6c00d2d22cd14d410a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ab473fe82ee39d72fdfb9cd96dd3d12ecb94d26fec8dfbe63500ce5bb8748d0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,035
Size: 1.00 vMB
Total Fees: 0.08762717 BTC
Feerates: 150.79 > 8.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (344,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,206 570,206 00000000000000000001764aec2f7789831ae0becf42898c27925a8f98757dc5 2,544 1.00/1.00 vMB 93
570,205 570,205 000000000000000000124bfcfac05172a0bc3d79e38e3ae7c9936fb05df5d4d3 2,758 1.00/1.00 vMB 90
570,204 570,204 0000000000000000000de1a23e726a0dcb3eed5c41fc5676499e56f4b45fc435 2,954 1.00/1.00 vMB 97
570,203 570,203 0000000000000000001ca64573755599f0e9eab70d8a63f8bb4f54252de299b6 3,048 1.00/1.00 vMB 117
570,202 570,202 0000000000000000000e041c2f5d246a6ba93157e8dc937a01ee3d96254ab271 3,105 1.00/1.00 vMB 121
570,201 570,201 00000000000000000024df5eebb9deb75a8862c4fddd175252e69e799cdd77d4 1,948 1.00/1.00 vMB 95
570,200 570,200 0000000000000000001a7dd2f46599d8a56250fad57bcb02a2fe47f247b834ba 3,117 1.00/1.00 vMB 135
570,199 570,199 0000000000000000002696c0a17681288ed964da537ff1a1e560117688501371 2,024 1.00/1.00 vMB 112
570,198 570,198 0000000000000000001dd0d5b81107ece2d06def2c9cb99f51d51f78d755baf6 2,644 1.00/1.00 vMB 148
570,197 570,197 00000000000000000022222eac39b055760a8888e7dee80171582aa4284dcd87 2,016 1.00/1.00 vMB 101
570,196 570,196 0000000000000000002a28db5b44339a4a8fe32f3e7efb38556f47922a3ca5d0 2,401 1.00/1.00 vMB 126
570,195 570,195 0000000000000000000372e54b21b8e520e622cdd72a398c306b35f0d9bb52b5 2,488 1.00/1.00 vMB 101
570,194 570,194 0000000000000000002b1703f19620f7b1dd88ca5a9ad22fcc6f4afcd345774a 3,237 1.00/1.00 vMB 140
570,193 570,193 000000000000000000213dea38c440d0d236b4e1c848ccb7495a97d99473554b 3,592 1.00/1.00 vMB 145
570,192 570,192 0000000000000000000cbda4e02272258807c6e497ac6fe2dca91b5e9344e017 2,963 1.00/1.00 vMB 156
570,191 570,191 0000000000000000001d6c8aaae3de329065f1e47eec2af42f622148b0a2d615 2,698 1.00/1.00 vMB 93
570,190 570,190 0000000000000000000e1c25ca38c965e01c2133c11eb68928b282e33ff81f7d 2,763 1.00/1.00 vMB 139
570,189 570,189 000000000000000000222c69490090d22a7f2e320121bb1319aa3cd9a70fbc96 2,337 1.00/1.00 vMB 114
570,188 570,188 0000000000000000000960e453d560268e0342152de87c9262ef1988bb9078c0 2,884 1.00/1.00 vMB 146
570,187 570,187 0000000000000000000ae96666989236ae4a0a1a63fe1747c2fe60f544d2c1c9 1,786 1.00/1.00 vMB 113
570,186 570,186 00000000000000000003586c5efaa81507a526b9aac2d5078036d23f261d6d59 3,092 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.61 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.92 GB
    • Received: 16.06 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.