Loading Tool

Explorer IconExplorer

Memory Pool

37,955 transactions
26.75 vMB
0.08297407 BTC
Random Selection Loading Transactions
Max Size: 136.72/200 MB

Candidate Block

Mining Attempt 8fc41e3e2a5dcd37027e23a10439a128648d3cf33f540c161215fc0664eeb0e7
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 1cc48a39cc6dc333dca2ee9ceff08722bdd4c79de689c3be83efe2f50672eaed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.02947608 BTC
Feerates: 200.71 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (375,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,047 539,047 00000000000000000028e170b4454e4fc9ff4c863d2d846c0ad0c6a0cdb6c979 2,466 1.00/1.00 vMB 35
539,046 539,046 00000000000000000004f72c7eb7313e5cb56b4134cfdc4bae35187ba20a70fd 2,055 1.00/1.00 vMB 7
539,045 539,045 00000000000000000004a2e491046511fdd37b4b2a6ebcd645433ad2211ca970 1,701 1.00/1.00 vMB 25
539,044 539,044 00000000000000000011526c11fdd69339eb02c6e48255d5dbe6d14450e4bbcd 1,867 1.00/1.00 vMB 32
539,043 539,043 000000000000000000093479cd61a0dddf9b46c6bfda2d49ad70db3c462250b1 560 1.00/1.00 vMB 46
539,042 539,042 0000000000000000001d1e81825d3ca2e770424e014c6e192bf86fec9ef5c20c 1,773 1.00/1.00 vMB 26
539,041 539,041 000000000000000000198f85fb96fd5e4fa0bfd9ba20a06bf6d3662beb7bdde3 731 1.00/1.00 vMB 70
539,040 539,040 0000000000000000001a262dddf889852d243d6328a293d4ddaf741644a3de39 86 0.03/1.00 vMB 18
539,039 539,039 00000000000000000018f222be5ca7e072c3cd118db16594990ad7a087751c2e 2,053 0.83/1.00 vMB 19
539,038 539,038 0000000000000000001aeb3ccbd76f85f7b0dc3c18011142463bf214e906abe6 473 0.19/1.00 vMB 23
539,037 539,037 0000000000000000000da4b07112cde9fdf67b1e6d3fc42a5e6058c556924589 1,671 0.64/1.00 vMB 16
539,036 539,036 00000000000000000017eb991cdfd4e98141580dc2e3f169b215bde8c0958cae 907 0.32/1.00 vMB 16
539,035 539,035 00000000000000000021f20b7c319df333f6bd4e091a963a9af41c0f6c8fda03 1,116 0.56/1.00 vMB 31
539,034 539,034 0000000000000000001516d4db4b2cb1366fe71599d2168ed2145367125d67f5 591 0.21/1.00 vMB 20
539,033 539,033 00000000000000000014a34e068cf63ab1a93b0bd1ee24bf14308785c758efd4 1,263 0.50/1.00 vMB 21
539,032 539,032 00000000000000000014845c174495825bfa857147def5726bb69bd050f9617b 638 0.29/1.00 vMB 20
539,031 539,031 0000000000000000000bbe19660c4c952a7000d67d775411a617143b5c5de360 2,255 0.95/1.00 vMB 11
539,030 539,030 00000000000000000016c1d64f49364c651637f84e496e3c55f62028c3b385bb 2,551 1.00/1.00 vMB 26
539,029 539,029 0000000000000000000ec8bff6199ba795f7f94e81404b1f09f95cb477a3ab05 843 0.35/1.00 vMB 31
539,028 539,028 00000000000000000016cae3d83026c1f8a2d9c193a75c5a82bfd6d4f5e23bec 1,723 0.70/1.00 vMB 16
539,027 539,027 00000000000000000028f6c89333521bf64be28f0c44c3324d2c9d1e054c6f85 1,459 0.88/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.85 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: 638.39 GB
    • Received: 12.47 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.