Loading Tool

Explorer IconExplorer

Memory Pool

42,895 transactions
29.11 vMB
0.07080162 BTC
Random Selection Loading Transactions
Max Size: 149.90/200 MB

Candidate Block

Mining Attempt 58cda0efc859428939b7bc508be8ae9db0cd56386218bfb865835ec79ba2c487
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 4cae37654eeba9042510b211f9c7f19e1680735ae7df171a1953f250aa813015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,068
Size: 1.00 vMB
Total Fees: 0.01395747 BTC
Feerates: 197.49 > 1.40 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (444,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,956 469,956 0000000000000000013c88a661d2db7b7e62b38cb6514b45f2676501b251455f 1,915 1.00/1.00 vMB 489
469,955 469,955 00000000000000000028a5f7d8d93a53cce05bb7ebf3f6402fd6d722d3c16c69 2,415 1.00/1.00 vMB 417
469,954 469,954 0000000000000000014cc6730a3504399ce3c34ab53560b8e2a81408d970bb1c 1,693 1.00/1.00 vMB 139
469,953 469,953 000000000000000000c4e961b9d457f2fdc59b4a4eda898123e37dcf445cf767 2,079 1.00/1.00 vMB 384
469,952 469,952 000000000000000000b540c68677f750b50c2746555edc804a59aee8c60fb7ff 1,962 1.00/1.00 vMB 252
469,951 469,951 0000000000000000003830ab65ab89956ecadb0dd2f160b139cf8f64d718d7f6 2,184 1.00/1.00 vMB 418
469,950 469,950 0000000000000000006f5f003531b2666f6803cccbc098bde9ec556eebabedae 1,623 1.00/1.00 vMB 312
469,949 469,949 0000000000000000000be0cd4d6a6955beb2c033806be8bd5778f86a4ee8a1e3 1,796 1.00/1.00 vMB 253
469,948 469,948 000000000000000000f5ea1ce764bf3b3a2a192abbd97b2688a04d8d1f00c6f1 1,744 1.00/1.00 vMB 305
469,947 469,947 000000000000000000c4e1517e4a623e8097759ab5b868a4ae2d8039b54bfb0b 2,414 1.00/1.00 vMB 286
469,946 469,946 000000000000000000c2e2ddbd380c1e4a1e415005e0a81f404042f478f8874e 2,312 1.00/1.00 vMB 353
469,945 469,945 000000000000000000985455df2443344054190c1999b42c38b17ded5ecbb2e5 2,178 1.00/1.00 vMB 366
469,944 469,944 000000000000000001533a628ad7c87605cfb216477c5f0f86a62fc7fe3c18cd 2,290 1.00/1.00 vMB 397
469,943 469,943 00000000000000000077c830e080f1dfcbdb398937af63071a2386ecbc12a41a 2,356 1.00/1.00 vMB 322
469,942 469,942 0000000000000000013734bdd9d1ccf6ac944e956c0c1f2cbe7eff0ff6a23705 2,610 1.00/1.00 vMB 335
469,941 469,941 0000000000000000013694702d0813d754360d682eb6004c0384a3031261948e 1,923 0.99/1.00 vMB 379
469,940 469,940 000000000000000000635f3a13cea4aa13eb33840cb13e479f22cbdc35252696 2,154 0.99/1.00 vMB 315
469,939 469,939 0000000000000000005b088e708d30e2d5c815b3f0b9ecceb0c7d10779ae9094 2,263 1.00/1.00 vMB 361
469,938 469,938 0000000000000000000ce31fcc2087d0030e64df057542a42b184aa285fcc1de 816 1.00/1.00 vMB 405
469,937 469,937 00000000000000000150dec3aeaece3e5c3230d218ef9cb55c4a2eac6d2737ca 1,852 1.00/1.00 vMB 490
469,936 469,936 00000000000000000173246c91fad9e338df2e26422a01d7de510f549788d955 511 1.00/1.00 vMB 408
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.