Loading Tool

Explorer IconExplorer

Memory Pool

38,308 transactions
26.13 vMB
0.06152763 BTC
Random Selection Loading Transactions
Max Size: 135.08/200 MB

Candidate Block

Mining Attempt eb890a7d5a42e66b99fa45a484d87bc5e53c9fe71922a227e04f9cf5a6e8e312
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root b6a418c472a3ff80b7f5afb234f247cb25774080103bf255ff3b9e6a83b9cb7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01355796 BTC
Feerates: 265.25 > 1.36 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (431,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,869 483,869 000000000000000000545c3bc2334b69bf25fff5ee57bbe073ec21492f06f77b 1,462 1.00/1.00 vMB 215
483,868 483,868 00000000000000000003573ed5af4f5a6c13f5573cb0f0611d739cdc1feeb2dd 2,157 0.99/1.00 vMB 249
483,867 483,867 0000000000000000000bfa58a00145f33507e060a5c57b6a3894f9cd523747ca 2,188 0.99/1.00 vMB 384
483,866 483,866 000000000000000000f4f2a64adc20497f0eca696cefc5f39431b4395f6ccfc5 1,691 1.00/1.00 vMB 102
483,865 483,865 000000000000000000edb897ce52e3afe735a9e64150e244086e8cdf27b4c892 2,366 1.00/1.00 vMB 66
483,864 483,864 0000000000000000005ba37f167de8e30502578cc81a99849062f2a6de0ed6fd 1,729 1.00/1.00 vMB 163
483,863 483,863 000000000000000000333e6e6109a3e5a829ab1087aa770293273609b71c93bd 1,493 1.00/1.00 vMB 127
483,862 483,862 000000000000000000b6f41c348536ad7148005e4ac9a19c0b0ce9a9be1e43b5 1,764 1.00/1.00 vMB 205
483,861 483,861 000000000000000001126485d47dec2897a9ff5c4e91521314284b00fca22e21 1,825 1.00/1.00 vMB 114
483,860 483,860 0000000000000000003246040640c4b1a35d7ba14970f2255070aa7eed0c08a3 1,987 1.00/1.00 vMB 254
483,859 483,859 0000000000000000009c870f73551873e3f0e139489c9361dba2bdbc31267a1e 2,029 1.00/1.00 vMB 183
483,858 483,858 000000000000000000600bc61f5ac52123d3129c66a6f7c59ae4d2737f033859 2,247 1.00/1.00 vMB 149
483,857 483,857 0000000000000000009769b8206eb613fbc90c607544636886e11ceb9161e33f 2,683 1.00/1.00 vMB 167
483,856 483,856 000000000000000000087c230d5cde4c326653ec5158a1ad1f24bfdc53b7cd7f 2,134 1.00/1.00 vMB 251
483,855 483,855 00000000000000000053936798e4e1e5d363fe1a775c78709fb4eed0014aff23 2,390 1.00/1.00 vMB 272
483,854 483,854 000000000000000000841e1fa84e8e5abdfa000936524caf6b244ba23b3a952e 2,155 1.00/1.00 vMB 281
483,853 483,853 000000000000000000d660b77622cbf23a025af99f00d9c6c83943484513dc99 2,041 1.00/1.00 vMB 401
483,852 483,852 000000000000000000ae8d506c06d73b492e192e0f3020069f816e016a52d14f 2,191 1.00/1.00 vMB 188
483,851 483,851 00000000000000000123faab3322d0828418cae13efcae2b9ba66fc1a8e365c6 2,142 0.99/1.00 vMB 192
483,850 483,850 0000000000000000004bc87ddec0c05ef843bcf71ec8e1a0bc4b0e18461830ef 1,807 1.00/1.00 vMB 208
483,849 483,849 000000000000000000679276939daeb3af14c4a33426a168c009475fcedbbdac 2,302 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.