Loading Tool

Explorer IconExplorer

Memory Pool

50,374 transactions
29.88 vMB
0.11734635 BTC
Random Selection Loading Transactions
Max Size: 159.51/200 MB

Candidate Block

Mining Attempt 8333502b354c7764a268a9378f19ba857268b30df5383f901930904204dc4140
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (454,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,257 460,257 0000000000000000008a7d9ee5e148b67148f6bea167e9621fd434442a8c244e 3,376 1.00/1.00 vMB 159
460,256 460,256 000000000000000000f9c3c59114980e956dacab88993fd168c87ec73fe5211f 2,831 1.00/1.00 vMB 139
460,255 460,255 000000000000000001e97c25b1f0eb057fc43d0456f821d6f09024554b0c79bc 1,721 1.00/1.00 vMB 144
460,254 460,254 00000000000000000220a7d9f04fa7930cac5f376109433fc1f23b2a6f3b8169 1,557 1.00/1.00 vMB 160
460,253 460,253 000000000000000000e5772194e9fb5412b6375120bb0bc41a86e4e7484d9b50 2,619 1.00/1.00 vMB 156
460,252 460,252 0000000000000000001f51bea6c28d78009220c35756162d66eb4c3c6e5cbeff 2,828 1.00/1.00 vMB 133
460,251 460,251 00000000000000000095cf3d62b6dd37dcf6cf3a5b5da36bd64f5c20fa2b61fe 1,993 1.00/1.00 vMB 124
460,250 460,250 0000000000000000006d8bc8e905330281d4fd1ff56eedf95f7c1ce93eef3f9d 2,268 1.00/1.00 vMB 158
460,249 460,249 0000000000000000022d017b8f086935a50462dc13d2c16e501470fbbdb1aace 2,415 1.00/1.00 vMB 185
460,248 460,248 00000000000000000033dc972ce404d5b7b71bb59d8fb8e32649470530510b1e 2,113 1.00/1.00 vMB 188
460,247 460,247 000000000000000000817a81979d0d14507ddada9989772b2067bf3100ecc867 2,474 1.00/1.00 vMB 205
460,246 460,246 0000000000000000020199f1d428ff7d59885521239aebdd976d74d70e015a1b 2,117 1.00/1.00 vMB 157
460,245 460,245 000000000000000001ca4e4b54e2a6f0b4c62382f3145899c3e919fc55659274 1,977 1.00/1.00 vMB 144
460,244 460,244 00000000000000000125f6b58627f8d04a3052f2a018957e06a66f2bce5589c6 1,993 0.99/1.00 vMB 150
460,243 460,243 00000000000000000093c2de13b0da6c29bd030d52e53b3e3831ec9ae4d1ff7e 856 1.00/1.00 vMB 155
460,242 460,242 000000000000000001796a7b2b39a994e9186f715f72e5635699cffd04fc91c9 1,875 1.00/1.00 vMB 216
460,241 460,241 00000000000000000050226abffe6d85d8338c2f60a4961f6b44877a7b418ca5 1,509 1.00/1.00 vMB 159
460,240 460,240 00000000000000000027703caade579de416da4524b07651c6c78c1bf356cf6f 1,818 1.00/1.00 vMB 217
460,239 460,239 0000000000000000016f72d06a779ea328fde4adb5479e2ffaa5dce5adce7358 161 0.07/1.00 vMB 216
460,238 460,238 0000000000000000015d39a07c42475c0a81c6b281543972b47776adc8478cb2 1 0.00/1.00 vMB 0
460,237 460,237 000000000000000001e1fe7daa5f134695118c5d78813572077164b67cd452af 1,699 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.