Loading Tool

Explorer IconExplorer

Memory Pool

54,112 transactions
32.15 vMB
0.18303434 BTC
Random Selection Loading Transactions
Max Size: 172.23/200 MB

Candidate Block

Mining Attempt 021c72ddada14a26ff9484f610a786dce13cb05e116fbb5257a3496bed5780ad
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 0e9ba8878b4ad91a1cf7e3584eb228057e6643da7e35acfadc9934f969cbcbbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.08044691 BTC
Feerates: 101.66 > 8.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (516,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,598 398,598 000000000000000000af5839511c20f5de07cec97e143baadaf19cf34cfab5e2 1 0.00/1.00 vMB 0
398,597 398,597 000000000000000001a7c06c7d0bf3790e2a78ee2b9bf617a1d8c303dfb20274 992 0.92/1.00 vMB 20
398,596 398,596 000000000000000002338535d53335cd7eb7a3bff4aef12e7879e6fb9adfaf54 1,255 0.76/1.00 vMB 54
398,595 398,595 000000000000000003ce00bba04a1853e81e28832829b7f5e15a255ec47a74a2 2,006 0.95/1.00 vMB 49
398,594 398,594 000000000000000001f0b53f049e2620007b19b4245070bcdca113d6be638fa5 290 0.32/1.00 vMB 17
398,593 398,593 000000000000000005f7ef0c8a46a8fedf1491e93cbb05b666e59e0de88f38d3 1,490 1.00/1.00 vMB 27
398,592 398,592 00000000000000000775483ab72c0578a76d0909bdc648bb1b5200a30dd454f4 636 1.00/1.00 vMB 16
398,591 398,591 0000000000000000036e53a0e883e84f63f74b9a74782f6527c461cf5f09a2a4 1,009 1.00/1.00 vMB 28
398,590 398,590 0000000000000000053685a9043663567f2e6d011520531468b691a608f5d9fc 2,574 1.00/1.00 vMB 48
398,589 398,589 000000000000000001d2793632c9ea5f6c011a48b01bb74fa38d5214fc1bce99 1,446 0.93/1.00 vMB 30
398,588 398,588 000000000000000004bbe966a34bc160aaca2d256b6fbe951b1e2813ab5a6fb9 1 0.00/1.00 vMB 0
398,587 398,587 000000000000000002304fa4c22d53e7f2b3a16bb0c0841caf4bcc477b86ee03 1,785 0.93/1.00 vMB 27
398,586 398,586 000000000000000000f515318ea7426df85b7bb12257a8bff5d6d95c5c2880cd 1,814 0.99/1.00 vMB 32
398,585 398,585 00000000000000000249027646d20787f934b42625978edb8ac8e238a16e7142 2,086 0.95/1.00 vMB 47
398,584 398,584 00000000000000000289410e9a2381ee30939b416fde0645bfa3b60b9e64975d 1,268 0.75/1.00 vMB 37
398,583 398,583 000000000000000006f6bf5a9bf06f562c420ff2645537a182604909f13d1ffd 1,036 0.92/1.00 vMB 36
398,582 398,582 000000000000000007846958ad051e078e66dc2b67b051d64e6480a4e19f7022 939 1.00/1.00 vMB 36
398,581 398,581 000000000000000000ebb5d5c1f1fd44915a4bc54e5f9bd86e398edafeb9b792 2,125 0.93/1.00 vMB 58
398,580 398,580 000000000000000001fb0a63f956763570d8e1c2b7b29e88748a35fab75b9331 1 0.00/1.00 vMB 0
398,579 398,579 000000000000000003b7f81e625d9bd25b95a4d9e65a84c6c1c43fedc94493d9 2,303 0.87/1.00 vMB 59
398,578 398,578 000000000000000000d9317f14cd3d8c47d14b691947e3f82a5efae5796e2a22 2,802 0.96/1.00 vMB 59
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.