Loading Tool

Explorer IconExplorer

Memory Pool

19,400 transactions
8.80 vMB
0.03511868 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.61/200 MB

Candidate Block

Mining Attempt d50f03631e4053d009907e5e5116122787e7bc16dd79e31dbcddab5c9b425296
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 8d6fe88e84bfd1ca4a84d2eb8b61801f28dd12885cc6707220cbfeaadf32f407
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.01581868 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (690,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,169 223,169 0000000000000488679af94ca7971dfa276c76f0a1e66b265148594cc883960a 406 0.25 vMB 124
223,168 223,168 00000000000001ed96fb2597cda69320f35cd0efec449e5001b49db9b77ef4e8 606 0.25 vMB 192
223,167 223,167 00000000000003210fa5b154e3c358d4fea8a346d6a121a12573bb7c7c1c41b9 578 0.25 vMB 172
223,166 223,166 000000000000047bdc442ac73decbbfef636df4528763e47d727fb5af658ecf5 568 0.25 vMB 195
223,165 223,165 00000000000002031877d76c76abb9db6924cf59fc25bcbcd5e3db4b770d2dae 532 0.29 vMB 153
223,164 223,164 000000000000013a44625100b6c66149c3490608459b0c12b57c3da3a2816b16 477 0.25 vMB 159
223,163 223,163 0000000000000332dd55907d1fb22b231ef602d3ad1652de9c59683edc65fff5 395 0.25 vMB 113
223,162 223,162 000000000000006cf7f065b5ef5f928b4fae4b3281200afcbbefbd85fec623d9 648 0.25 vMB 234
223,161 223,161 00000000000001f50b1403501124bf92933389760c1deec7bb204632ea31afa8 12 0.00 vMB 150
223,160 223,160 0000000000000347cd9701cc4e5733d5eae9575dfaaa2c646bcaf67a8b956d02 648 0.25 vMB 213
223,159 223,159 000000000000024516e0de14b842542f738af6024939e7eb60c6ecc45fa0c455 727 0.25 vMB 237
223,158 223,158 000000000000014e38d629e7bc95f89fc7f806a9c544628bc876e5f2fd6a9266 758 0.25 vMB 234
223,157 223,157 00000000000002d72bb3971cb610585243036bbf4648332c53441afdd6943999 582 0.27 vMB 155
223,156 223,156 00000000000002815c2ff251ffced1638ad374ce86b18e0a0b6c10446c589d5d 12 0.00 vMB 0
223,155 223,155 0000000000000077a7b56984c36c32d0a22051aa15e3acd884b0caa01d092003 586 0.25 vMB 231
223,154 223,154 0000000000000366a644f438a3e8441650ce386520fb0ce5cab8e5178e34b056 855 0.43 vMB 181
223,153 223,153 000000000000034a3315e86c880614f0b8a0f33998b357e4398871dbcff86d24 568 0.25 vMB 234
223,152 223,152 00000000000001fe59e64b6f498e287a36a3984da1878648ec6de0cb3149851a 8 0.00 vMB 153
223,151 223,151 00000000000002903c6b14cacf5c9ee512be7461965a3d8f62ae8e4b56bffd8a 446 0.25 vMB 165
223,150 223,150 00000000000004430e4c49c0e8961254940b114012819ca573a587148bcb1320 10 0.00 vMB 672
223,149 223,149 000000000000006bceae761ab23aa6bf0e0d65a7eaf857210744511f49b48fba 516 0.21 vMB 213
Previous 10 blocks ↓
Total Size: 779.55 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: 251.78 GB
    • Received: 0.96 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.