Loading Tool

Explorer IconExplorer

Memory Pool

33,330 transactions
25.76 vMB
0.05268583 BTC
Random Selection Loading Transactions
Max Size: 130.02/200 MB

Candidate Block

Mining Attempt d1cb997e7f5885bb5a3ebff1415664e0e542b95bddb6a52158e6bbfa9104462d
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 4ed86931e8338fba03928cce497bbc8e8fb59651b476890e26b9328041744a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,950
Size: 1.00 vMB
Total Fees: 0.00559457 BTC
Feerates: 100.53 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (134,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,156 780,156 0000000000000000000463ffabb8bdeae27f5c4938a6734a83578c0027a970b9 3,522 1.00/1.00 vMB 49
780,155 780,155 000000000000000000066cd4d1fcf0da78dfdb329613cedcdefe76341863a27a 2,937 1.00/1.00 vMB 16
780,154 780,154 0000000000000000000169f6a8f537d1d4c7dc3cc059fcdbd66ff4053d2d45de 2,674 1.00/1.00 vMB 15
780,153 780,153 00000000000000000000e776a967cb31cb7b78f0e4103920cd9db6422c3f7714 3,190 1.00/1.00 vMB 45
780,152 780,152 00000000000000000005255e8d412c006b0382df3d9391d79c8a9f3e83bfc604 2,242 1.00/1.00 vMB 33
780,151 780,151 000000000000000000010c802eeb14745f01ed71deedf50881cb83d8a647b938 1,432 1.00/1.00 vMB 24
780,150 780,150 0000000000000000000058c350d9e8bd7ebdacf73e36f784f5d12a5cff33d082 3,471 1.00/1.00 vMB 47
780,149 780,149 00000000000000000004664db35df1f447da15bcc5349159e8eaf712ea32b132 3,099 1.00/1.00 vMB 42
780,148 780,148 000000000000000000021c2baa21a2eed57f65cac9b1286f40f594fb3cdd1b43 2,559 1.00/1.00 vMB 34
780,147 780,147 00000000000000000002384ad651c8c5e43f7baa7133e733fc10d4cb6ef7d78a 1,866 1.00/1.00 vMB 62
780,146 780,146 000000000000000000021ca2cc2cf05b2274f8f7f434bfc56058a0c3584059c9 3,311 1.00/1.00 vMB 45
780,145 780,145 000000000000000000004ddb93cc92c2ed5ec2022fd6a85c20114fa0f9861b9f 1,497 1.00/1.00 vMB 9
780,144 780,144 0000000000000000000465c37132825693085a59708080f5892c602331784ba0 2,413 1.00/1.00 vMB 28
780,143 780,143 00000000000000000005ab6ad3bd6b02d723303c8248105f19cf0e4903d95c32 2,814 1.00/1.00 vMB 42
780,142 780,142 000000000000000000020f3f0ef123dbb4bdf1873a17dd3f88503fea01d04427 3,491 1.00/1.00 vMB 56
780,141 780,141 00000000000000000002cea5ef8579699bddddc73682cba941f98834e19ad0e4 3,266 1.00/1.00 vMB 35
780,140 780,140 00000000000000000005e862c85c78e1b7aad7e3613c3ecd12522d9004dd6d92 2,656 1.00/1.00 vMB 26
780,139 780,139 000000000000000000062ecc33809b1370de0e1e24c9830d5969c8245e4ce989 2,475 1.00/1.00 vMB 26
780,138 780,138 00000000000000000003720bc523510b9cd67f2a7f2e7a88b8df27ba9aef7e2d 3,070 1.00/1.00 vMB 33
780,137 780,137 00000000000000000006791a04a292e0e203e942d81eb96af13a3c2dc4103bf2 2,977 1.00/1.00 vMB 61
780,136 780,136 00000000000000000004dbf8472a1bdaec908b6f90927b37c8d8c031a972cde4 2,805 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 781.79 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: 633.61 GB
    • Received: 12.20 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.