Loading Tool

Explorer IconExplorer

Memory Pool

29,782 transactions
29.69 vMB
0.04788332 BTC
Random Selection Loading Transactions
Max Size: 164.67/200 MB

Candidate Block

Mining Attempt 66fdaec7c1382b12bc3652f0cad86905374974efd77b983b8b0a31ae4501a705
Version 20000000
Previous Block 00000000000000000001e6d746ad3eedf7861ab18728823710db8c692a6afb7d
Merkle Root 26e41cfcf0d655a3fcc4e8d48f78164a2c137986497ddd0ca5929ea0db31cbbf
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,105
Size: 1.00 vMB
Total Fees: 0.01264744 BTC
Feerates: 50.53 > 1.27 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,031 (443,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,268 497,268 0000000000000000000663e22f55b895cd4eaf979ced479699391e4c98cabb50 2,335 1.00/1.00 vMB 33
497,267 497,267 0000000000000000003c0839918f3e27d3cb7e9a74686ec6358dcbdc65710683 1,464 1.00/1.00 vMB 78
497,266 497,266 00000000000000000083fe2ec85afaaa282597d2f06e0824bc0d7f0957ecc419 2,113 1.00/1.00 vMB 44
497,265 497,265 00000000000000000055148166598eb5bcc528679fb260a4bd3099880b028bf8 2,489 1.00/1.00 vMB 158
497,264 497,264 0000000000000000002051f8c702e04001fc2e22a5f80d1cbad256d79293021a 2,295 1.00/1.00 vMB 189
497,263 497,263 00000000000000000073e0685e34ddb04c54d99b6b92ab4e08ba85eba61fdb11 2,965 1.00/1.00 vMB 26
497,262 497,262 00000000000000000033511e3d60107bf559ece6e88c4889f58e935f0513a50f 3,131 1.00/1.00 vMB 82
497,261 497,261 000000000000000000cb74caba718b0e61d323184f743c2269310179acfb6129 2,308 1.00/1.00 vMB 88
497,260 497,260 000000000000000000a732cd1253d5367d2ce3abe7872888283545fb34a08efd 2,215 1.00/1.00 vMB 69
497,259 497,259 0000000000000000009c1af2ccf71ebbc072d53bd8e5ba46c09b71b3ec3915d3 2,478 1.00/1.00 vMB 160
497,258 497,258 000000000000000000362d17dbf0d8d3e78121a2ed3d2d6d16c5995712f89d9e 2,360 1.00/1.00 vMB 157
497,257 497,257 0000000000000000000d7b3fbc35e63c5947514dbe93f65eddb79accc5196385 1,923 1.00/1.00 vMB 155
497,256 497,256 00000000000000000043d443649d9010e2280e89ce038009f3e95336674137c8 2,789 1.00/1.00 vMB 149
497,255 497,255 0000000000000000002f009157c9eb1b52f9c17a129494d02d319680747d64d0 2,392 1.00/1.00 vMB 189
497,254 497,254 00000000000000000085c41600c86e3cbff5ec3c6ce1d0be0f9b8bbfc0c0aff3 2,540 1.00/1.00 vMB 118
497,253 497,253 000000000000000000c13343f18d72089e80082edeca3263950e9e8db144f436 2,155 1.00/1.00 vMB 131
497,252 497,252 000000000000000000cdaf9cffed2270307c603911f80487f6835cbf3ec9e15b 1,758 1.00/1.00 vMB 196
497,251 497,251 00000000000000000081eaf4fdde21c79d571cf8e7a107a77b9ebce6c5172e78 2,079 1.00/1.00 vMB 284
497,250 497,250 0000000000000000003864a5559c84fab48e98b4ba922e2634b65397caefd8d5 2,241 1.00/1.00 vMB 158
497,249 497,249 000000000000000000696b4361712332ad6c32ad28d6bacfe615b23f751e7a0c 2,839 1.00/1.00 vMB 159
497,248 497,248 000000000000000000728f39c413630eccef38a3e3a8cdefb128f90519c50808 1,129 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 828.61 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: 4,607.30 GB
    • Received: 248.19 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.