Loading Tool

Explorer IconExplorer

Memory Pool

81,916 transactions
31.15 vMB
0.09029396 BTC
Random Selection Loading Transactions
Max Size: 188.93/200 MB

Candidate Block

Mining Attempt aa18ef936beea0b88c7973c9cd30fcdfbc296cfbdfdb143017604e9a3cc84c02
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 02ae1880a8e2440d37ac80aba9ebcc2139d764cedacab81bab420a501637684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.02305581 BTC
Feerates: 100.69 > 2.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (329,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,749 585,749 00000000000000000016c10be818703a4b1bfc657531134208450b091870bd34 2,931 1.00/1.00 vMB 73
585,748 585,748 0000000000000000001eecafa0a4e0ce86ae45a05c32ac67a64fa7cb168e4382 2,429 1.00/1.00 vMB 40
585,747 585,747 0000000000000000001c1fc2bfb972feee0e12a39fc8686d9d0620643eda7206 1,384 1.00/1.00 vMB 36
585,746 585,746 00000000000000000011da0f99fa4cb38036cc3d1a1e1a4dc37d59217279ba58 3,181 1.00/1.00 vMB 71
585,745 585,745 0000000000000000000021ce00a70239a168770d2a0ef319a8e7538a9228166f 3,535 1.00/1.00 vMB 73
585,744 585,744 00000000000000000007aaa13678f7acd7978f45829f719dcbf10d653cfa7da9 67 0.02/1.00 vMB 43
585,743 585,743 0000000000000000000a6e3fd3593d54f9f3bb9bb0abcacfa0eb7aaec895f442 1,848 0.84/1.00 vMB 5
585,742 585,742 000000000000000000157640b71931b7dec02a00feec0731fa9c425863d6d3b2 2,830 1.00/1.00 vMB 40
585,741 585,741 0000000000000000001a235df8e28b4a2fbeb571e9b7e1887431fd4d7a6bcc50 3,288 1.00/1.00 vMB 64
585,740 585,740 0000000000000000001dbaf3dbf08cb09f88dd19b40302a546fc7eb6bbe4a07a 1,542 0.72/1.00 vMB 9
585,739 585,739 0000000000000000000b0a59131e689985e472d55cdd08799e9ccd97ee2344b7 3,104 1.00/1.00 vMB 53
585,738 585,738 00000000000000000010a729ed6d37363299b26c37ef2d44b33b29d1dc6cfb87 3,022 1.00/1.00 vMB 15
585,737 585,737 0000000000000000000ad739187b657d506ad2e4c39aa5b83dc1d43cb08ea328 2,734 1.00/1.00 vMB 43
585,736 585,736 000000000000000000025fc198bcf0b43ec2a1a0d24dca98f8f668d45f5a745e 2,485 1.00/1.00 vMB 81
585,735 585,735 00000000000000000016c37d01d44b092c91bf893d3b6468464f2288f03f7800 1,379 0.49/1.00 vMB 21
585,734 585,734 00000000000000000002a5451e9449afde7f9c829bc77dd332e33849b5586bb5 2,144 1.00/1.00 vMB 43
585,733 585,733 00000000000000000018010d8575345e5884f3cd3accefe3d27e06e87d38688b 356 0.10/1.00 vMB 27
585,732 585,732 0000000000000000001e29e8415d332bd3e3367784ef6acfb91b8b990a109f83 1,179 0.43/1.00 vMB 10
585,731 585,731 00000000000000000016cd3a57fb89f90624921fc7fce70dd875868fbe013e8e 2,515 1.00/1.00 vMB 52
585,730 585,730 0000000000000000001bd2ba3ceb4600adea0b1beb70c8b5443131dbbe4f160e 1,111 0.38/1.00 vMB 34
585,729 585,729 0000000000000000000cfde959c367b3b2572cd91900adec88d1d0efd5cdb3a6 932 0.34/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.72 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: 702.48 GB
    • Received: 16.63 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.