Loading Tool

Explorer IconExplorer

Memory Pool

54,170 transactions
32.16 vMB
0.18372398 BTC
Random Selection Loading Transactions
Max Size: 172.32/200 MB

Candidate Block

Mining Attempt 0a3eb22084f8cdb13873d55de8b6ffbd689304f4c899a50d28bb898f4a9f0fee
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5f1a8195d261aea1bdc11ce611cc806e7445b6d78d75fe447315ea603a202c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.08079300 BTC
Feerates: 101.66 > 8.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (333,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,060 581,060 00000000000000000007d495f12b798fe201fecd65b5416755a276e912d07b86 2,237 1.00/1.00 vMB 99
581,059 581,059 0000000000000000000d70f2a12f21f61053a5aec74e332092090372bef4c54a 2,267 1.00/1.00 vMB 50
581,058 581,058 0000000000000000000e779495f9b16bfe9229ba2fa6dcca1a8f70de7da13680 2,455 1.00/1.00 vMB 70
581,057 581,057 0000000000000000001ca487ab6979625bf8963a104f48dd82f3aa267e6b5082 1,712 1.00/1.00 vMB 119
581,056 581,056 0000000000000000001bcec1cde85f8570dcf459ae2bee3c10159e22dd0b1f87 2,068 1.00/1.00 vMB 63
581,055 581,055 00000000000000000000e4b6524722997b1b525e08e17a1dea75fd082783e09e 1,582 1.00/1.00 vMB 100
581,054 581,054 000000000000000000040d7cde11b7d5673e0da72d1b067b73f42c6c7bb860de 2,547 1.00/1.00 vMB 52
581,053 581,053 0000000000000000001a334e2a5893f482f272293aca2e1a674dca3ac5790f35 2,896 1.00/1.00 vMB 89
581,052 581,052 0000000000000000000e072b9627856fde7ee492c873b87b5d561c126284ed43 2,508 1.00/1.00 vMB 17
581,051 581,051 000000000000000000121429f48604cb6e3ac9a08f7166bcf8738cb5185f1c18 2,943 1.00/1.00 vMB 62
581,050 581,050 00000000000000000013c3f0fa9d49dc639c9f597c4bb2bba7742d447cef5add 2,344 1.00/1.00 vMB 112
581,049 581,049 00000000000000000018783e0cd2f1cd60d6a6f88dc1ec7f89285f39015fac70 2,148 1.00/1.00 vMB 48
581,048 581,048 0000000000000000001b7a59574f4940c89b1e3f04a1e440276044878e580370 1,404 1.00/1.00 vMB 30
581,047 581,047 000000000000000000044678a3732a87b618c52d91e59889628928c45301899f 1,535 1.00/1.00 vMB 31
581,046 581,046 00000000000000000022eaad5c5048d6f1170b274af37830ae5357b528a30558 1,712 1.00/1.00 vMB 31
581,045 581,045 0000000000000000001777b030658d8009baa6ac4e67892cec7a66802e749459 1,675 1.00/1.00 vMB 15
581,044 581,044 00000000000000000024483d37160e653147f892afd0319bc1f259e17a8aef50 1,847 1.00/1.00 vMB 34
581,043 581,043 000000000000000000204e2544b4fc7a36b5a3e58bf415ebd0aa7b0b82cd5869 2,265 1.00/1.00 vMB 25
581,042 581,042 00000000000000000012f53444caa8ce7508ca108c4353050821b246db83c560 2,222 1.00/1.00 vMB 22
581,041 581,041 00000000000000000000a5ac343a0857716083a9a1821ee8d1ba73f85a8ab50f 2,114 1.00/1.00 vMB 46
581,040 581,040 0000000000000000000d2f1c4822d2bba17899d6d13c6cdd4fbf1e2f4617a7f8 1,772 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.