Loading Tool

Explorer IconExplorer

Memory Pool

45,226 transactions
28.63 vMB
0.08401082 BTC
Random Selection Loading Transactions
Max Size: 151.77/200 MB

Candidate Block

Mining Attempt bddfeee8b9869cd63d2941a26a5a4e95231bf68fbb43498a923e4d68a2080d55
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root a0c5e6a64b480c8e0607cdbd290bf43de5b3e5911f21b0463865aa77f5e3ff4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.02953502 BTC
Feerates: 150.92 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (423,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,613 491,613 00000000000000000033e0fd86d4a71622b715707df9e935798600f648e24419 1,655 1.00/1.00 vMB 47
491,612 491,612 000000000000000000215234c95ffb8b458c87a75170dd4c7b94bd78a780aec8 1,088 0.53/1.00 vMB 163
491,611 491,611 000000000000000000a15d68c616d9c71e756033c2491fb1d0e6104c5fb769d9 1,349 1.00/1.00 vMB 8
491,610 491,610 0000000000000000004b72442d8d2598ccf429fed38dce2ca2d1a42032a6f3b0 2,174 1.00/1.00 vMB 69
491,609 491,609 0000000000000000007942eb2fa61c5a5dcdfe97ba847c7b583cf7b4b09174b0 2,254 1.00/1.00 vMB 38
491,608 491,608 000000000000000000b529d8da9331567705391b26c5ea57971908a5e669eb8b 1,718 1.00/1.00 vMB 73
491,607 491,607 000000000000000000b56d2708b0c96e9ed6dce9301705f515f03a83276bd16b 2,113 1.00/1.00 vMB 114
491,606 491,606 000000000000000000d21a47139b7fe5e36d777b610e531ee5b0dcdc1d508205 1,866 1.00/1.00 vMB 139
491,605 491,605 000000000000000000b98eeefbf527a5e005c2163a9795e62a3cc848c40b338d 1,908 0.72/1.00 vMB 168
491,604 491,604 00000000000000000074560c74d0d09615dbe45b3a0319aedacb38834f4d34f1 2,241 1.00/1.00 vMB 89
491,603 491,603 00000000000000000029c6242e662340da09632d1e04e763c1999422d86f9656 2,170 1.00/1.00 vMB 148
491,602 491,602 000000000000000000e996b466ac51d0a134c67f5559fd06efd793358980c14c 2,187 1.00/1.00 vMB 119
491,601 491,601 0000000000000000005b112a726719fbd7adfabb119368b1ea28dcfe5395f6c2 1,947 1.00/1.00 vMB 147
491,600 491,600 000000000000000000690015e9503943d9a3cafec7ee5a86179e0a3d5e11d3e6 1,975 1.00/1.00 vMB 153
491,599 491,599 000000000000000000a2cae6f65d1b8097c27bcbe9c539693b7267a9b8ecaddd 1,746 1.00/1.00 vMB 60
491,598 491,598 00000000000000000069758cc483ee957459bb5910b76d5b95c7c297f33ecdd2 1,863 0.95/1.00 vMB 60
491,597 491,597 0000000000000000000963278fe93f46224782ccc6e4d11289d5151824fd6254 1,486 1.00/1.00 vMB 115
491,596 491,596 000000000000000000ab1b5a2e38c7ebc9926ef0a310b7f8c80331f3cc2f21b6 2,244 1.00/1.00 vMB 146
491,595 491,595 000000000000000000b167ba93894abddf278cc07d715dab9ca8b1cac75a9c94 1,982 0.96/1.00 vMB 91
491,594 491,594 000000000000000000ddc9282e7d3523265540883fced41b4ad24e683bb4b39c 1,001 1.00/1.00 vMB 14
491,593 491,593 000000000000000000424a8640da6cb405987a0c109afb29cb565f4d21fe67f8 2,071 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.