Loading Tool

Explorer IconExplorer

Memory Pool

34,897 transactions
18.95 vMB
0.07047176 BTC
Random Selection Loading Transactions
Max Size: 103.41/200 MB

Candidate Block

Mining Attempt 5c45ecfe1a64dcab4a6a8558cfc907b3ef9e60620f8c057ead7cbf0675f872e9
Version 20000000
Previous Block 00000000000000000000eef4d2238f2c60494e31ffc8f57dc47d344632c2dc7e
Merkle Root 4ec9fbd4a821f16f56767967d90015149597d6eb3eccc3f6a2091e99b13070fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,944
Size: 1.00 vMB
Total Fees: 0.03412298 BTC
Feerates: 101.66 > 3.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,912 (753,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,309 160,309 000000000000052f71c7fcc260e2b481faefbc2b7e7faed751739b8678f2d64c 20 0.01/1.00 vMB 12
160,308 160,308 00000000000005de061a6384aa8fa2342ed07dd4c8ecf235a6eace4823bb9a17 48 0.01/1.00 vMB 0
160,307 160,307 000000000000048b5618cbb0f97010e78f3c95b2d3f8d02b5272a8bb0a5f0d48 44 0.03/1.00 vMB 125
160,306 160,306 000000000000088a552fbbf7a64552e7296e1d0e35dc21d2e48dc84307e0ca2c 72 0.07/1.00 vMB 88
160,305 160,305 00000000000006a398227883487a9835183f436f9a3a8e809948f48e4fec3191 29 0.02/1.00 vMB 98
160,304 160,304 000000000000058182ddafabeb730f0ba5eb8abb28fb26926ad1d838342effe7 18 0.01/1.00 vMB 85
160,303 160,303 0000000000000c49b8e5d72ce9dd810296ce976be5006d89d9f23f15ae9da2d1 56 0.02/1.00 vMB 52
160,302 160,302 000000000000026a2b2c578d0d8b4f60a0d7a0304a226487298076526db88a1a 59 0.03/1.00 vMB 155
160,301 160,301 0000000000000aafc386bb41912b33f751387ff38299101dadcd7453ea1d9663 8 0.00/1.00 vMB 0
160,300 160,300 00000000000000a7fec67afbfa2883ffa313d1f70db7d03f3c4e4bd580ab88e9 15 0.01/1.00 vMB 0
160,299 160,299 0000000000000c247f873d5bb5a7707ca68ebd160104f72126360620aa1acdc2 52 0.04/1.00 vMB 83
160,298 160,298 00000000000002cb699172e41590df1e02e49440b881eef38a249614629d97ce 20 0.01/1.00 vMB 43
160,297 160,297 000000000000020f3849b9cc1dd1382fb1262d8d0a412ca77bba7d5ff1e8f2d2 40 0.02/1.00 vMB 19
160,296 160,296 00000000000007ede40786ed5b42206c0487aa07b5a02bdb84aa1ee0e04cb8e6 111 0.04/1.00 vMB 10
160,295 160,295 000000000000020176670f8d347f59d670dfc5032b6a77c48bf90bf29ae71fd6 42 0.02/1.00 vMB 46
160,294 160,294 0000000000000c29f076bf54125c014b69ed984a1a49e99883ecdb726fbcc682 37 0.01/1.00 vMB 58
160,293 160,293 00000000000000eb15263c8c7c16648b1bc3fb1e339e72cab1c7fe1fe764f7ac 62 0.03/1.00 vMB 263
160,292 160,292 000000000000091733d2d1067763662d9e5456091ea6af86f3f60af900c1c83a 85 0.03/1.00 vMB 120
160,291 160,291 000000000000066d70996ac4b0677f5d483afb6e3c76cb6016b35912f1481917 98 0.03/1.00 vMB 179
160,290 160,290 00000000000000a71f192cf2d4fbf7fef7cf033c9ae318786faf650da03c13ae 8 0.00/1.00 vMB 5
160,289 160,289 0000000000000a8e0bc1118a8817ebd533f73932828c7eca47f91bcfcaf31412 43 0.03/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.54 GB
    • Received: 5.51 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.