Loading Tool

Explorer IconExplorer

Memory Pool

82,670 transactions
32.39 vMB
0.07117953 BTC
Random Selection Loading Transactions
Max Size: 191.68/200 MB

Candidate Block

Mining Attempt 014d8a674a0e365c2bccaae24b1195f05278698e19a7b4cd2e7e6bc3763a9996
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root b069a67d955d182b6f3f8a39307304cc98776beac0a463330780426f46afcdb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,101
Size: 1.00 vMB
Total Fees: 0.00745011 BTC
Feerates: 203.60 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (252,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,962 661,962 0000000000000000000d50eb7f965fbda4ce625c89dbf099667fd05db7c7e4af 2,895 1.00/1.00 vMB 131
661,961 661,961 00000000000000000008b71e4a8a35727c313a18d84b7f5f1f11c6bbc73ab8d5 2,137 1.00/1.00 vMB 94
661,960 661,960 000000000000000000099954fd507bbe9da491be53eabe46b8ddc26a8c1c1442 2,721 1.00/1.00 vMB 68
661,959 661,959 0000000000000000000a0962f56b469d2cb43cd05df824b497ec6e49ff3a7e20 3,096 1.00/1.00 vMB 108
661,958 661,958 0000000000000000000e3e73d6c041ea74da9126a5efc10a7bb0c466558885da 2,971 1.00/1.00 vMB 127
661,957 661,957 00000000000000000003931d5f1e0969ab96ffd5ea2ed0e081d50410b6be9fa9 2,389 1.00/1.00 vMB 155
661,956 661,956 0000000000000000000a64bbc04918838f837488997731b1d3fbfa13e2149c09 2,077 1.00/1.00 vMB 138
661,955 661,955 000000000000000000048c61b288465ca3a61ffe796fb73490d59563b73634d7 2,722 1.00/1.00 vMB 161
661,954 661,954 00000000000000000001e0aa8b221874dece97d8a5a8742f3b715086e4d57da9 2,089 1.00/1.00 vMB 91
661,953 661,953 0000000000000000000423a1af36c4e2981eeea96f54d3e5ab3be53305b4a678 2,673 1.00/1.00 vMB 90
661,952 661,952 0000000000000000000aaba2339f23a6309bfc01bd3a16c3c13f6769954f5192 2,350 1.00/1.00 vMB 67
661,951 661,951 00000000000000000001d5d2866415af9c4b0c5ee8166ec10aa04a54bb344abf 2,669 1.00/1.00 vMB 125
661,950 661,950 0000000000000000000ba3a23e885bde18eb368f13cfbd5a6e22f0e677ace781 2,590 1.00/1.00 vMB 85
661,949 661,949 0000000000000000000a7c2715cc186c05097d2561ebcc0487dec1da2bc5010c 1,927 1.00/1.00 vMB 117
661,948 661,948 0000000000000000000c38dc8c5944a07c9918d4c1df592ae9c256495176d9b7 2,615 1.00/1.00 vMB 154
661,947 661,947 000000000000000000091fca7a72abd5a541e17b3b12770eb9dc9d3bf4ec2996 3,155 1.00/1.00 vMB 121
661,946 661,946 0000000000000000000346e486fd93ba1554d25c4fdfd3e4ce5dc0a04b6c4fca 2,214 1.00/1.00 vMB 150
661,945 661,945 0000000000000000000296ef67eba45902ccb278bf8e4c5ef6f005ed5da76581 2,823 1.00/1.00 vMB 77
661,944 661,944 0000000000000000000a0977d68dba11b33fb8a83fef185859ea0d023aa1e4c9 2,458 1.00/1.00 vMB 69
661,943 661,943 0000000000000000000cf92980725e1e98c71e016f0a9379d2bbb819a432c80e 2,325 1.00/1.00 vMB 73
661,942 661,942 00000000000000000009367eea9fc1266cc67091ef5c35bd80bf583da145c05b 2,711 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.