Loading Tool

Explorer IconExplorer

Memory Pool

86,921 transactions
31.85 vMB
0.15721649 BTC
Random Selection Loading Transactions
Max Size: 192.00/200 MB

Candidate Block

Mining Attempt c1e27ec0aef705ca3915ad39b8c61d4031db92170d1c7a6d5e398f11e74bcaac
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (256,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,131 658,131 00000000000000000008d921dd70fc023a371ae2af36a14cd38fdb5b69661a05 1,460 0.94/1.00 vMB 8
658,130 658,130 0000000000000000000e144e68593f59bb9148c0eb3c27bc1e6fcf144c7c122a 2,015 1.00/1.00 vMB 27
658,129 658,129 00000000000000000001766e16e531352bec4672daedf7870ea46d2724b7e183 1,324 0.72/1.00 vMB 24
658,128 658,128 0000000000000000000bffaed566b66022c3e4ce697f31d32b918bdc72001f1b 691 0.26/1.00 vMB 25
658,127 658,127 000000000000000000015c1141ff95bef9ac85897bb75c8b6e62abd0f74b1dc6 330 0.16/1.00 vMB 15
658,126 658,126 0000000000000000000062c6c954b4d65664724f07312ca95f4d2d516e2e0830 1,687 1.00/1.00 vMB 23
658,125 658,125 0000000000000000000fe549d7edda8f5bbe8bbe81fb1eb45fb679906aee0bfc 2,241 1.00/1.00 vMB 8
658,124 658,124 0000000000000000000aa80ddf633e0d1c309481e41908ea4ca4cc27ba81138d 2,311 1.00/1.00 vMB 19
658,123 658,123 000000000000000000094af19a75d97c1040de90d09d5ab1311d4f12180d5685 2,726 1.00/1.00 vMB 42
658,122 658,122 0000000000000000000a4daae6fd9efb4e2021b091ca6824bfc8ac8189fc3d73 1,040 0.50/1.00 vMB 20
658,121 658,121 0000000000000000000ea76b499c8dab4a484297cd7b95fde17988823720c93e 1,527 0.61/1.00 vMB 20
658,120 658,120 000000000000000000016265e85af63bff22e0157f4fd4624431f59b76026577 2,148 0.96/1.00 vMB 23
658,119 658,119 00000000000000000006c2aa2ed9a482a3ee01f6958399d72e5ed9d8dfc198ea 443 0.14/1.00 vMB 29
658,118 658,118 00000000000000000001146c0dea3e907979d69336950d1cb0e4c4069c3e3e00 82 0.02/1.00 vMB 27
658,117 658,117 0000000000000000000b8c2e2a7d9cf240b2acfe8fe61711f8c38cbc61190122 2,370 0.96/1.00 vMB 28
658,116 658,116 00000000000000000000e8114b7c26965745a97f5735443f798f0091db8f9858 460 0.30/1.00 vMB 1
658,115 658,115 00000000000000000003b09303980527aa431786e9d3aa8237f1ebd1a651ff9e 2,399 1.00/1.00 vMB 16
658,114 658,114 000000000000000000083e6a5dbf5c48afd62b8ccc4ca4d9188e993f2b010399 2,108 1.00/1.00 vMB 41
658,113 658,113 00000000000000000005cd892fbe2690bc4b7a7778444639e52eb74fa9a0438d 1,811 0.67/1.00 vMB 23
658,112 658,112 00000000000000000002c78a1ffe03708ee6b67629072df7166b8920c88667ef 1,062 0.37/1.00 vMB 25
658,111 658,111 00000000000000000004be540caf9b6ad61b617b557a40af22a14e695ae7081e 1,720 0.65/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.