Loading Tool

Explorer IconExplorer

Memory Pool

41,705 transactions
27.57 vMB
0.06967200 BTC
Random Selection Loading Transactions
Max Size: 142.62/200 MB

Candidate Block

Mining Attempt f528baa0ca5e0eacc614cb3542564a4b620f2db27d0a8621a20ad60acf7ce492
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root f4a3f3db5b5000e78eae3003b09aaf72a5a8903af54a6df53bd5812544b304bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01539987 BTC
Feerates: 100.53 > 1.54 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (476,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,001 438,001 000000000000000003ecfbfbd2848ebb1dcf26881cfa1011fc36d3d2a74d04a7 2,686 1.00/1.00 vMB 83
438,000 438,000 0000000000000000010c8dd3a503ccb58bf1f7b671a3140a3d938d1ea319eeb9 2,608 1.00/1.00 vMB 83
437,999 437,999 000000000000000001666d1f0c2847bf7b1158548c4ce3ff03a545ba83c7fcce 1,710 0.75/1.00 vMB 64
437,998 437,998 0000000000000000018517818fac2ec65dd21493cb479f457b1da1b19ceda294 453 1.00/1.00 vMB 10
437,997 437,997 00000000000000000265d7e04e9de81b7823624aeaba672ad6ad3c7804a2bffd 1,601 0.82/1.00 vMB 49
437,996 437,996 000000000000000003173dd3f20ba2399e38c93da98738775ff8549bc75b53ee 2,434 1.00/1.00 vMB 70
437,995 437,995 000000000000000000b4c941dcfbf794afc9183cb0bdfa0adcca4230dc9cd0a5 877 0.84/1.00 vMB 29
437,994 437,994 000000000000000003a0c469c6a8df8ca412db823408736d8d7cb4852591ebcc 1,914 1.00/1.00 vMB 67
437,993 437,993 0000000000000000009d87b8f3568977e686d152b0df9c6ddbce74b146ee216c 1,487 1.00/1.00 vMB 31
437,992 437,992 00000000000000000424185b5c227a40d63e7b9073c862535e75799ebe879be6 2,138 1.00/1.00 vMB 66
437,991 437,991 000000000000000000a872ee2909a2984caadf4b6e8a7efe452ceb77096e8f8a 2,002 1.00/1.00 vMB 52
437,990 437,990 000000000000000002bbaf31e20366013ae10f319e6da72970817800dc2378c6 1,756 1.00/1.00 vMB 60
437,989 437,989 00000000000000000100511021f1aa411d43fbb544b7d734cc6db42b0408bd73 2,529 1.00/1.00 vMB 79
437,988 437,988 000000000000000003080546a4ab8513a4930ee9143fa22f4d544f094e3ff9ce 1,978 1.00/1.00 vMB 50
437,987 437,987 0000000000000000002f51cb02eade6b05699352b643c103df7ea594c6c5aea8 2,211 1.00/1.00 vMB 63
437,986 437,986 0000000000000000031a91c16582bdd1778be0ba07c87fcaa328413f646ddbb1 2,151 1.00/1.00 vMB 73
437,985 437,985 000000000000000001c9075d7c4e437bf4dabd6e013c7e0db5768515e871c070 1,664 1.00/1.00 vMB 33
437,984 437,984 0000000000000000004660e680576b6a3cc12971a7965666a7112547b06c3adc 2,136 1.00/1.00 vMB 64
437,983 437,983 000000000000000001dba5445bd686bea58e70747ee6cf7d747927b361b88b97 2,085 1.00/1.00 vMB 53
437,982 437,982 000000000000000000f3bbd19faa17aada7a674993731ad09b090f28fa7b908e 2,502 1.00/1.00 vMB 61
437,981 437,981 000000000000000002d704edf0563ae48e25b93ae4ee6694e8e1c6a0f88a0444 2,329 1.00/1.00 vMB 97
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: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.