Loading Tool

Explorer IconExplorer

Memory Pool

45,961 transactions
27.36 vMB
0.07695230 BTC
Random Selection Loading Transactions
Max Size: 145.06/200 MB

Candidate Block

Mining Attempt 6915747fb50ba7c8c368f4bb19f1f4a1d4f7c97100e5fb9316efb9894ee2ab1e
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 755082c79fd977f22caad80c254d0503db5dd4c9e894bd967fcbf181db74540d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,806
Size: 1.00 vMB
Total Fees: 0.02588982 BTC
Feerates: 500.00 > 2.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (417,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
497,247 497,247 000000000000000000a86cbf33f3deb7077a73e3401eeb2b36aacc10a440d57f 2,417 1.00/1.00 vMB 162
497,246 497,246 000000000000000000a25be63b80ba6548bce98931a36083eb9e6bc0a31f6d53 1,736 1.00/1.00 vMB 118
497,245 497,245 00000000000000000075527134f9b1ad0ddc3e7aedcff621fdd6c8af96f7f6fe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.