Loading Tool

Explorer IconExplorer

Memory Pool

45,915 transactions
29.12 vMB
0.14200661 BTC
Random Selection Loading Transactions
Max Size: 151.74/200 MB

Candidate Block

Mining Attempt 1998bd611104de44bc9e3c06f6bcb3e2c02b0f802ea760544e0ed5473eb9b673
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 52293376adab091645edb254edec03058dee2d4841bdac9fb1d916fc84c04af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.04325248 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (527,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,166 387,166 000000000000000001b6782b79909dbf2d049d2d8f6ff5cef06eda5faabe087f 871 0.75/1.00 vMB 21
387,165 387,165 000000000000000004d54549e5edb68d9f97672291453c50b6a16cbd5bd1c028 1,973 1.00/1.00 vMB 24
387,164 387,164 000000000000000000287967be63741c630ed6543030b128095566da070185c1 1 0.00/1.00 vMB 0
387,163 387,163 000000000000000009d573947043ac17c2bc4f851135ecbf0663bb8625da6b8d 3,336 0.95/1.00 vMB 58
387,162 387,162 000000000000000007a55c901edb218da5f37da088cd37bb9af0c455d5d0ec20 1,241 0.89/1.00 vMB 23
387,161 387,161 000000000000000003d8e471f2fe1ee2cdc67a0f1a4d329969e9f417e1cc9544 2,459 1.00/1.00 vMB 41
387,160 387,160 00000000000000000a3b04135dd9d66e57fe13f300f5cb0d854e98a5bcb44709 807 0.40/1.00 vMB 27
387,159 387,159 00000000000000000121b2ce5ed5aa2ff4db1131eb1976ca7d50567259cc63e2 647 0.31/1.00 vMB 34
387,158 387,158 0000000000000000091c17e80ff79b6c7dfa0ab5860fe71cc861c591fadb6ad0 133 0.05/1.00 vMB 35
387,157 387,157 0000000000000000037e6fb0c62f26740323fea434fa82c29888700b234acabd 307 0.18/1.00 vMB 37
387,156 387,156 00000000000000000ceff6d138bbecb3e773e1419d0f88daf1c65a865fec5a3e 908 0.66/1.00 vMB 20
387,155 387,155 00000000000000000ddd4bc4b6077ff4435e4b592686dc52c9aaee9b6a782860 2,020 1.00/1.00 vMB 28
387,154 387,154 000000000000000003b19e787b0088d029065af23a0aeb90b6bfec5c61ab5294 2,739 0.93/1.00 vMB 47
387,153 387,153 00000000000000000304b8324960790fb7386ca2f0ee2c3b45386ddac5481a6e 1,243 0.64/1.00 vMB 31
387,152 387,152 00000000000000000a2f8a816fbcf9344e0f675fd081cbb484b0469c48577b55 1,120 0.51/1.00 vMB 56
387,151 387,151 0000000000000000004b650f88130decd0153fe5237e415d2ca3621cb1a2f6f1 830 0.69/1.00 vMB 17
387,150 387,150 00000000000000000b0a1544a62f05e137485286280dbf3eb4b05d3a7f69a2d8 2,084 0.75/1.00 vMB 40
387,149 387,149 00000000000000000a0a4b2f6a80ae8fccd61345cd4111e7819279b2d4186257 1,215 0.93/1.00 vMB 22
387,148 387,148 00000000000000000546961d19dc8a0ec7d934c75c9743771625bcd01dd636b6 1,448 0.53/1.00 vMB 41
387,147 387,147 0000000000000000027ecc608f0d0a85dd91ec8dbcd8d5392c6cda7c4b281ee7 2,102 0.93/1.00 vMB 38
387,146 387,146 000000000000000000f9ad0c82d163bb4560724e9502e21477e961a4fe1e84ed 1,700 0.99/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.03 GB
    • Received: 12.66 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.