Loading Tool

Explorer IconExplorer

Memory Pool

42,295 transactions
26.54 vMB
0.07710945 BTC
Random Selection Loading Transactions
Max Size: 138.59/200 MB

Candidate Block

Mining Attempt adaed19fb43b6f581beceb79a5f23ff9c1d4f73b1146218361bfd906033f227e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root b669470b6f52bfcc733a06f648680a10f5723569252614fabb9e6e3f92dccccd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.02796741 BTC
Feerates: 151.16 > 2.80 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (438,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,152 476,152 0000000000000000011c17a8e4578f2abbf7ba19788e7ebf64bfed674b04d986 1,471 1.00/1.00 vMB 70
476,151 476,151 00000000000000000020e3a872859e25db73a4cabdc02718b9ffa5035d028ce0 2,065 1.00/1.00 vMB 74
476,150 476,150 000000000000000000b61d3f08d194268a1b4fb937a34360004ec9a5cfb7598a 1,606 1.00/1.00 vMB 131
476,149 476,149 00000000000000000152c3bf8fca83c8cad4be8191713af19f33ceaf7c7ba28f 1,784 1.00/1.00 vMB 191
476,148 476,148 000000000000000000b07317fc3617a38f77b38d86f5892b03d2a152cf1811e1 1,780 0.99/1.00 vMB 248
476,147 476,147 00000000000000000003c45b88a8681ea9e7a745f1f0650481bbb937d8a51b09 1,615 1.00/1.00 vMB 162
476,146 476,146 00000000000000000064b6d7a14edf7846d300d0bd7e7e5214bc95b3e03ae492 1,912 1.00/1.00 vMB 215
476,145 476,145 000000000000000000e9f704c1cf13d94621f901d1a1bee2dcff4478b9a2e3c3 499 0.61/1.00 vMB 47
476,144 476,144 000000000000000001292ce9e440dc426f2d45fbe83bcf171448ba33d47587fc 1,745 1.00/1.00 vMB 108
476,143 476,143 000000000000000000c679bc2209676d05129834627c7b1c02d1018b224c6f37 1,621 1.00/1.00 vMB 228
476,142 476,142 00000000000000000144fd5b6ebba625238111d44fc2fb876ad1f90df3424fe5 1,145 1.00/1.00 vMB 77
476,141 476,141 00000000000000000113cae08b605fc061e7c63ba5c8affe8aedb598cb2e012a 1,867 1.00/1.00 vMB 212
476,140 476,140 000000000000000000cf83016c03f31f06d6e670903fff47c3b0b258ab1e0fd0 343 0.99/1.00 vMB 10
476,139 476,139 000000000000000000b680acb8fb98a1be34f15f5fa1915513ad2d329fa4793e 701 1.00/1.00 vMB 49
476,138 476,138 00000000000000000032c14602a5d7f377f4a6e901d15221c2a6f92a53c4009d 221 0.99/1.00 vMB 25
476,137 476,137 00000000000000000158dedaaaee991259ae14c829b2e57d38c191d8f6eae8db 1,695 1.00/1.00 vMB 134
476,136 476,136 000000000000000001234b597b53e9ab45ab951fb3fcb5cde2e84f66e8588b88 1,933 1.00/1.00 vMB 176
476,135 476,135 000000000000000000cf75fb5ec716b2002aa8f7e1d5e657d85d81b2f2f642fb 430 0.24/1.00 vMB 121
476,134 476,134 00000000000000000158f3fd13e7b1b54fb6a467743d41bb993bc859c1662687 411 1.00/1.00 vMB 37
476,133 476,133 0000000000000000000ff8792cb02f313be3dc13955d2a515be375e6f0045d74 959 1.00/1.00 vMB 61
476,132 476,132 000000000000000001153faeb32146c53b6b5d69418f35f86a198c323e549b52 1,752 0.99/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.16 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.26 GB
    • Received: 13.84 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.