Loading Tool

Explorer IconExplorer

Memory Pool

74,562 transactions
27.50 vMB
0.07088308 BTC
Random Selection Loading Transactions
Max Size: 167.90/200 MB

Candidate Block

Mining Attempt 6d805e9cf9bc4b9e4de379f25f345177fb13b3a24937e848b494b6c253833d2a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root f9c5b212e6e6b76b3004e34ced12d6ca5b341106cdb27eee1498ad08927e2917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.01204243 BTC
Feerates: 80.55 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (515,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,103 400,103 000000000000000005e142ec6f3913e74679e853b6717d12ca2ed71a147789ce 776 1.00/1.00 vMB 14
400,102 400,102 0000000000000000017a257e16675cdeccaf26b0b2bbde81dfed60b831ba1864 1,503 0.73/1.00 vMB 44
400,101 400,101 000000000000000001c69febd1d7abf444a30b3a6fa240a7a9aae67a096556d5 1,862 0.88/1.00 vMB 38
400,100 400,100 0000000000000000025f17300a817ecfa9f6fd8849f63ff9faf97038d8ebe086 841 0.46/1.00 vMB 33
400,099 400,099 0000000000000000002695c0f531846cf82f5d6d97cfc206dd1350aa1ed3368f 966 0.95/1.00 vMB 19
400,098 400,098 0000000000000000051aaed11027851da2e997b8fca445d30c28f0534e2d41c4 825 0.54/1.00 vMB 24
400,097 400,097 0000000000000000014e152086e266c7f3f59b3fef5ccb1f1518cc3fd8ca46b0 1 0.00/1.00 vMB 0
400,096 400,096 0000000000000000035b25a06031da285a5c9d343edad63a4649f1e1dffd477e 2,481 1.00/1.00 vMB 47
400,095 400,095 0000000000000000058f5bc16e31e600d9af0e2451791ed198e091fd5f61b755 612 0.39/1.00 vMB 32
400,094 400,094 000000000000000004a41435cfe868eeb1ba99324356634622540f4c1f354eb6 2,038 0.95/1.00 vMB 44
400,093 400,093 000000000000000002462e4e9570a654f6528932b02b5ccc75b77f3420eba19a 1,141 0.75/1.00 vMB 27
400,092 400,092 000000000000000004d9a1a9f9784d024d30892b6d32c739eacaeabb1afe02f9 907 0.45/1.00 vMB 40
400,091 400,091 000000000000000004461e2d2e3b0e891a3366d1e6440e5d9dcbe1816daba742 247 0.11/1.00 vMB 38
400,090 400,090 000000000000000003a0f1505a6069750747e430ebd7904e03e39cb1f54baf06 721 0.96/1.00 vMB 13
400,089 400,089 000000000000000001bd75c847a1b295c523fc7a47544ce9e54f9b44386beeda 1,726 1.00/1.00 vMB 29
400,088 400,088 0000000000000000037675b2f8960d2a6cd0c8a5d8293d3d0ec7ab0584ecf33d 2,307 1.00/1.00 vMB 41
400,087 400,087 0000000000000000032949f2447c5393eaab188cc9847d9893aacbf6073a6651 2,978 0.98/1.00 vMB 41
400,086 400,086 000000000000000005d3dab666c6d7a247658351b59f1ab5fefeb31e358c3721 2,251 0.93/1.00 vMB 72
400,085 400,085 000000000000000004a413b620b92e3e35409494988ac40138437b8225f8acfd 305 0.18/1.00 vMB 28
400,084 400,084 0000000000000000068f5fdfb08b449172447fa12b4d653888f10064673e1445 283 0.13/1.00 vMB 36
400,083 400,083 00000000000000000066771695bf8bba9dd8204396b3d7bfed39f8d7155c5782 2,069 0.90/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.84 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.00 GB
    • Received: 17.15 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.