Loading Tool

Explorer IconExplorer

Memory Pool

74,940 transactions
27.65 vMB
0.07697382 BTC
Random Selection Loading Transactions
Max Size: 168.75/200 MB

Candidate Block

Mining Attempt 50bc08e5cf849f4cdff76d2462a2b0776bf1e32c798d76c350af1fa671513f65
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 8d55be6b397433ded5d09b51b67774f7246185ef156f35585510131c5d411127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,223
Size: 1.00 vMB
Total Fees: 0.01796640 BTC
Feerates: 100.08 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (97,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,708 817,708 00000000000000000001efa12ef8cf17d8521b8ba3de54433f2c14f3f929224d 4,062 1.00/1.00 vMB 114
817,707 817,707 00000000000000000000d8ebaa41137373d76bc593eedd7cc0c7d7f6a9cfcbb0 4,013 1.00/1.00 vMB 55
817,706 817,706 00000000000000000002c970429d9e8d1acae258f2aa1daaded597c31e99da33 3,097 1.00/1.00 vMB 139
817,705 817,705 0000000000000000000098c9d41bf71ddef9443b2f5fbe3b9f33934c248b8252 3,364 1.00/1.00 vMB 52
817,704 817,704 00000000000000000003bed477f29117d89ad0efbde0d5c70747eea818a1e01e 3,957 1.00/1.00 vMB 60
817,703 817,703 000000000000000000015fffcc36fb905bdf427d51a9fc6e30b5c5fcd1f1aa01 2,965 1.00/1.00 vMB 62
817,702 817,702 00000000000000000003233d4f83510105089726f1e7f31a9287b18651dead6b 4,356 1.00/1.00 vMB 86
817,701 817,701 0000000000000000000416d46380fb06014de97999aafde9c9531e9e45250231 3,954 1.00/1.00 vMB 92
817,700 817,700 000000000000000000007759d0740d66d6a03c21a0839ccd6b6114ace9949b9f 2,718 1.00/1.00 vMB 60
817,699 817,699 000000000000000000019170f6e0ac53c2fdb22553d7f183ac18b963e37f1c4e 4,838 1.00/1.00 vMB 89
817,698 817,698 000000000000000000037cd9d0300763aa093a87c4dfe2597d368c6117c86377 3,834 1.00/1.00 vMB 77
817,697 817,697 000000000000000000044f0da503c164bc05404af05b3eece2d0b1cad2a8bbe2 3,680 1.00/1.00 vMB 122
817,696 817,696 000000000000000000018db7c15275519f5121ea442317bbdfe9a31464c9d5d5 4,570 1.00/1.00 vMB 107
817,695 817,695 00000000000000000001bbcd58d0f45e721cac7d2ca32305f87b40ed3d74daa3 4,137 1.00/1.00 vMB 153
817,694 817,694 00000000000000000000dbc633486cfd5b9f890788be1ccaec9792586c2cf265 3,626 1.00/1.00 vMB 177
817,693 817,693 000000000000000000016e97f888468a13ca19dc2fd86365be72d1ac1386a072 4,496 1.00/1.00 vMB 71
817,692 817,692 0000000000000000000173cc9079d5a45c24f2fd71d1e0bad50a8c7d5ce6b1ec 2,340 1.00/1.00 vMB 68
817,691 817,691 0000000000000000000086ba65a33a14dad51be9d611d900d3174be6047ba92e 3,282 1.00/1.00 vMB 87
817,690 817,690 0000000000000000000398fae853717c8534db9fd445c0586b5ff74938d1e4aa 3,405 1.00/1.00 vMB 129
817,689 817,689 00000000000000000000d3f4148cd7e07ea9d435c922ce444fa6fd9f74d91432 2,110 1.00/1.00 vMB 171
817,688 817,688 00000000000000000000fab8257e1994e974a29d2ddef52d3d155ddf64639b6c 3,735 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.