Loading Tool

Explorer IconExplorer

Memory Pool

73,903 transactions
27.41 vMB
0.06838406 BTC
Random Selection Loading Transactions
Max Size: 167.08/200 MB

Candidate Block

Mining Attempt b21c91ee37ac028cd0af4611cd3e2bbdb5bbdd16c8a7592ccceca3ae242d6146
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root ff18a172dfd6f5e8c20c6b11f72584df3dee094f43997718e2211f5c5030725a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.01008791 BTC
Feerates: 101.19 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (438,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,015 477,015 000000000000000000fac1d6971abad98279fe6710bd82e597852c2c04d55f19 1,477 1.00/1.00 vMB 138
477,014 477,014 000000000000000000713c2e2b5f26d57a5ffbb1c29d04c86546dbea4e649974 1,045 1.00/1.00 vMB 95
477,013 477,013 0000000000000000002f50711e893eae377af0aac6da1d9dbcbacf4371290f74 1,763 1.00/1.00 vMB 136
477,012 477,012 000000000000000000b88cd241c3de9a9f41f76ff8f7451787a688ff4bacafd5 1,850 1.00/1.00 vMB 91
477,011 477,011 000000000000000000a56feee5119a5ff7bee55828efa6d11d68dbc6fdaf5b94 1,819 0.99/1.00 vMB 229
477,010 477,010 000000000000000001139c814087471196c6a59260c4b82719e592ffe7bb0042 2,331 1.00/1.00 vMB 157
477,009 477,009 000000000000000000daf2b4cb6fdca6a88f27d4ec9ec69b179d5490c9133375 2,070 1.00/1.00 vMB 59
477,008 477,008 000000000000000000004ea43dacd2ff34225550af170ac9034bd0e60b4fef54 1 0.00/1.00 vMB 0
477,007 477,007 0000000000000000012cdccf3251d2824c363203586fb81ca117c25cda51dfe2 1,819 1.00/1.00 vMB 147
477,006 477,006 0000000000000000013705a3231cac26ccb0c4b569d0b7ae4fcb5f0caa59aa3f 1,853 1.00/1.00 vMB 125
477,005 477,005 00000000000000000148579b12a1381e1321989c6e42d86233f8633fb7306430 1,537 1.00/1.00 vMB 179
477,004 477,004 0000000000000000007dd1f9a0c3a087fa2969a4d041e66b6bfa5c6430c0a5ac 1,904 0.99/1.00 vMB 210
477,003 477,003 000000000000000000736c1931a75ef08f36521ce6b9b5d7ef95b9de93d4d324 1,347 1.00/1.00 vMB 317
477,002 477,002 000000000000000000709f94de472a18e49d3b1ef9d9a29130929521384d3825 2,145 1.00/1.00 vMB 182
477,001 477,001 00000000000000000128ba3a7c04616a9997c45cd7e2efdb275c0786fa8f84b2 1,668 1.00/1.00 vMB 62
477,000 477,000 0000000000000000002063ef556c95b0adb12e5f2c1e2705966af17abe75d507 1,962 1.00/1.00 vMB 134
476,999 476,999 000000000000000000021e22fb2bed50f22c18ac34d6843dddbc7edae4b5f639 2,132 1.00/1.00 vMB 189
476,998 476,998 000000000000000000447eb594f3bdb9f32c99a5e057b241f5276cd4c677b944 2,408 1.00/1.00 vMB 199
476,997 476,997 00000000000000000025e99e7e2373f592745e17ff6fcd3da74d725f2fdcb6b9 2,107 1.00/1.00 vMB 270
476,996 476,996 00000000000000000037be0311d1b523226928d43f319a73258bba0220bff44d 381 0.99/1.00 vMB 62
476,995 476,995 000000000000000001397450a10e6768aeea51cabc9692e080568fba08c9998a 2,151 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.