Loading Tool

Explorer IconExplorer

Memory Pool

47,142 transactions
27.92 vMB
0.13030829 BTC
Random Selection Loading Transactions
Max Size: 146.48/200 MB

Candidate Block

Mining Attempt 0b665da740d34673d7ff60fc065f62395060856dcc7d6f1ee1bb2f62a09391b8
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root b0b4c0ba71ed7ca2e2035c2843210c03e231cbdcb36e2d95154f331cfa9d7704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.05848879 BTC
Feerates: 151.01 > 5.86 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (128,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,436 786,436 0000000000000000000037dd273765eb07248ba7c23fe864168587f9ce20b999 2,732 1.00/1.00 vMB 22
786,435 786,435 000000000000000000033f8cc6b720bdf5a6f0737e8c9846eca8da7bb3e9b239 2,054 1.00/1.00 vMB 13
786,434 786,434 000000000000000000008970ebb73ff62cb5b4b9785fc1a9eb83aa865fccd791 2,509 1.00/1.00 vMB 10
786,433 786,433 00000000000000000000540e479c7811296e3501fe16d853299fb6b00424e9ff 2,101 1.00/1.00 vMB 15
786,432 786,432 000000000000000000057d3d2981bade313ce211cc4466a153e7fe03990e2408 2,619 1.00/1.00 vMB 22
786,431 786,431 000000000000000000004085b47726b458c8beade26a9a31dc60d60688a2e10e 1,063 1.00/1.00 vMB 14
786,430 786,430 00000000000000000000ad1d3ce1310b22e0f90a6a19e1b0ae9149aed56fe654 2,329 1.00/1.00 vMB 19
786,429 786,429 00000000000000000003e0b1f52a5fb2c8666f47785fde3204d2511b3c48ad13 3,740 1.00/1.00 vMB 25
786,428 786,428 00000000000000000005b460d38dcb35d4499218a8d7dea27b97ea47366751c0 1,276 1.00/1.00 vMB 27
786,427 786,427 00000000000000000002418da9b000819363e97800eff950f0275423eb9d5741 2,596 1.00/1.00 vMB 38
786,426 786,426 00000000000000000001d0db8c33bb20f0e462e2544bbd97e73f48ea537aca46 2,371 1.00/1.00 vMB 7
786,425 786,425 0000000000000000000287ee0eaa6146c40b182add4abd7345c7a0d23a1e3910 2,693 1.00/1.00 vMB 19
786,424 786,424 00000000000000000004ab80c04d5e3e0356f0d17e1d35b431a7bd6e5e177b85 1,962 1.00/1.00 vMB 2
786,423 786,423 000000000000000000030fdc7930d4d3f39c3c50ce79704a77623f647ed0792e 1,544 1.00/1.00 vMB 9
786,422 786,422 000000000000000000043b0bb418ae30729dbb8d7d25d20d4066072e61ed11c7 2,514 1.00/1.00 vMB 15
786,421 786,421 00000000000000000005483dd4cffcc8ff0750320bbdb0723cf7320ae237570a 2,122 1.00/1.00 vMB 14
786,420 786,420 0000000000000000000570d8c67f622d756d91b08615630d3c2c2be0ec9b9fb0 3,026 1.00/1.00 vMB 22
786,419 786,419 00000000000000000000a46e9d0bd83b18609d216ffd26bb0a3505d8aabf434c 1,341 1.00/1.00 vMB 8
786,418 786,418 00000000000000000004d40cd74dbaf3ae3e51785e9a524f289ec6168496c907 168 1.00/1.00 vMB 2
786,417 786,417 00000000000000000003d651ac130dbacadeb63a5aa260295e53b62a9a0caffb 2,101 1.00/1.00 vMB 8
786,416 786,416 000000000000000000022282bd4fb58230a96a243007d884a2a53dcd20c7964a 2,884 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.