Loading Tool

Explorer IconExplorer

Memory Pool

81,517 transactions
31.27 vMB
0.07592165 BTC
Random Selection Loading Transactions
Max Size: 190.27/200 MB

Candidate Block

Mining Attempt ef50a36e803bf5ee2ef55bf8616dcb2160929c1bb0cb59af4f4c1bb4e3b7f7dc
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 2ae4236a08b09c3d7434b8e257404885f75ee48ba60127f1e7589b90d88cb099
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,001
Size: 1.00 vMB
Total Fees: 0.00827777 BTC
Feerates: 150.61 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (436,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,934 478,934 000000000000000000733583def40f1df2b358212a435861f4521f7825fd1f06 909 1.00/1.00 vMB 46
478,933 478,933 00000000000000000079f89dbdae6e1bdacbaab5a7d4782764278b8c5f8f3444 597 1.00/1.00 vMB 44
478,932 478,932 0000000000000000007b4fbff15e8d4d5dbaf6bdcec27b15ed8c036e6f2f071f 1,352 1.00/1.00 vMB 26
478,931 478,931 000000000000000000e12e6097b9304b9e1be0f8f2f4f39fca82257c14e23792 1,495 1.00/1.00 vMB 117
478,930 478,930 0000000000000000005093724f30df998e18cd648ba54874cdbe3525ec68250f 1,552 1.00/1.00 vMB 71
478,929 478,929 000000000000000000e8f20323084155e6f4900398a8ba7d5d8ec1340dd88ee9 666 0.32/1.00 vMB 120
478,928 478,928 000000000000000000f1d5e4006712fc56583ff58cc6c0561eed2702f7b52350 1,761 1.00/1.00 vMB 9
478,927 478,927 000000000000000000e4a7efc0f2ec407454e33732745d64c723c5de617ca8b1 1,900 1.00/1.00 vMB 64
478,926 478,926 0000000000000000008a631eb96a79514ee47cbd018c77773a6a20ad84ad5e6e 2,366 1.00/1.00 vMB 161
478,925 478,925 0000000000000000010b045147924cb611d6d7579aaa6063cbb48690d9bf3b32 737 1.00/1.00 vMB 8
478,924 478,924 000000000000000000aa78dff9a62ef0b248895d996bfa2e3954485e83848f80 1,603 1.00/1.00 vMB 19
478,923 478,923 00000000000000000112e01b4584d0f300d2c016a33874da6c8161d259c4c6d1 1,341 0.74/1.00 vMB 87
478,922 478,922 0000000000000000011ee2758b19311cb8400863a3f98ef8b7ca43ea5817312f 1,720 1.00/1.00 vMB 98
478,921 478,921 00000000000000000036d9f7c62b9808d3849304c91632a381bf3d3662920dd7 2,634 1.00/1.00 vMB 164
478,920 478,920 000000000000000000125f2d60f7be6f67d1a7aa280aa2679bb560ba4dfab3db 2,150 1.00/1.00 vMB 54
478,919 478,919 000000000000000000f7e54e953958bb5ee7ec5be051aabf5fcb6b50b857c7a5 1,954 1.00/1.00 vMB 118
478,918 478,918 00000000000000000036224eb9ca26b1c6a9106f731dd47b68a0c7fdcd20c479 1,667 1.00/1.00 vMB 78
478,917 478,917 0000000000000000007d8813a390071b8df92fb1b04216aea8c4c79a34b0ec5b 1,886 1.00/1.00 vMB 56
478,916 478,916 000000000000000000860f4f315fefefc976bc8999bcb08fbda12ad40549d828 1,582 1.00/1.00 vMB 20
478,915 478,915 00000000000000000089e6c7b19ee730660bc944bfed9a3e48193a1c362865f3 1,996 1.00/1.00 vMB 87
478,914 478,914 0000000000000000005882f50da49b703a7e17fc52c57fa985d1c57258e19933 2,004 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.