Loading Tool

Explorer IconExplorer

Memory Pool

19,331 transactions
8.82 vMB
0.07483465 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.06/200 MB

Candidate Block

Mining Attempt bd7574ceb082b1e23b1e1c9c9228fc525f651a27fc7cdf1d28043cec61356a0c
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root d6aa52cc1da640ae94cc7252cdc0e97f0f41594ee5470de32a992bd0d2b1e9ff
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.05482516 BTC
Median Feerate: 1.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (758,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,779 154,779 0000000000000d42892e3ee3ec312400d83c3fca59b27b9b2b628b1a42fed61b 12 0.00 vMB 0
154,778 154,778 00000000000006537e5b88a55947d7849164eaf26c91e6cc90a2ba4c2b172936 15 0.00 vMB 329
154,777 154,777 0000000000000c415b05320853d2796fa96c58a46a28fb5537f566a043ae3488 42 0.02 vMB 1,340
154,776 154,776 0000000000000138021989f078255b00f8343f0dd66bb10944d9e4863d6a9902 68 0.03 vMB 60
154,775 154,775 00000000000006231ed3fee587e39d8251b3e1e04c74b08a5633936842cc6c1d 36 0.02 vMB 48
154,774 154,774 00000000000000198dec68285b5d43d550244c38bdce5ae429032496ef1e279d 10 0.01 vMB 26
154,773 154,773 00000000000002f13e62294b1a421115893fc1645a7a04e8dafe946cbbc1c3a4 7 0.00 vMB 16
154,772 154,772 000000000000036f405e940a600f0cf36fd917e49ba847862b26ea5c72fc578d 84 0.02 vMB 4
154,771 154,771 0000000000000da884d4ebb997482a74d74b48f10a563c9e04115424fa386b2d 97 0.04 vMB 126
154,770 154,770 00000000000005843aa8fe64ea0c2c4b6899cffbbad16117494b7a95220592b3 71 0.03 vMB 88
154,769 154,769 00000000000004ec3326d15297cf408917d713c536036af63815c2e0b54d0645 64 0.04 vMB 180
154,768 154,768 0000000000000cd765df1f7b484da04f9cbea67f99e2d5ce63da91ab0f8ad695 6 0.00 vMB 14
154,767 154,767 000000000000006fdffaaa520add7209f423dc0805ebac25972f2148ae44ec7f 12 0.01 vMB 191
154,766 154,766 000000000000098ad7bde84d34243e086295957749d8fcee1984268591eedc14 14 0.01 vMB 142
154,765 154,765 00000000000002dbabe3a90ccc46cab968d938d45bd106404d4b82938f128fb2 13 0.00 vMB 33
154,764 154,764 00000000000005bf8faa661b0847bc14e17d43546124cbcccb0835c95ed8f878 2 0.02 vMB 1,123
154,763 154,763 00000000000000ce77756204f48ab3e72881822de9f7e280dab81abeb9c2201c 22 0.01 vMB 459
154,762 154,762 00000000000007b82a8e0078222cae54a35b8af7ed029ee409792e4afae88441 147 0.05 vMB 145
154,761 154,761 00000000000002567e4984120c865e195d59a58f5a1dedc335d76cf30c16afe4 7 0.05 vMB 43
154,760 154,760 0000000000000c17610903c3925889c0dd21048251857e76d93d2686174d9064 73 0.03 vMB 62
154,759 154,759 0000000000000df2111a0970f983f5e5ee2453c525c66fc986bdb47edab51224 29 0.05 vMB 702
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 245.90 GB
    • Received: 0.93 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.