Loading Tool

Explorer IconExplorer

Memory Pool

50,939 transactions
28.37 vMB
0.06597878 BTC
Random Selection Loading Transactions
Max Size: 152.86/200 MB

Candidate Block

Mining Attempt ddab514ccbcd03d2e48b0c64278271fd58439e94c7ff9fe1dff595fc7f7b87dc
Version 20000000
Previous Block 0000000000000000000202abf4cb2e73722b0f21ed4887cece23ff41e5be25fb
Merkle Root 127b06cda36a59cdc5d12aa90b7e4f3def0fd3d5afdec7f9c050a66cbdd4c6a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.01207943 BTC
Feerates: 77.90 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,773 (734,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,957 179,957 00000000000001f2eeac9ebd4349a63bc4fe624ff0afc93107418741976ee11b 7 0.00/1.00 vMB 53
179,956 179,956 000000000000041d0a6ad2d27b5889607d789ad605ed24301c3242a892175fe3 122 0.04/1.00 vMB 138
179,955 179,955 0000000000000077896dd01c385b364f521ce1daddbf372d3530c3c89f2ef4d3 10 0.00/1.00 vMB 0
179,954 179,954 000000000000015c5e697f628e9027fe263be5a990bd5349d357e28d3cf80749 13 0.00/1.00 vMB 337
179,953 179,953 000000000000017e725e665a894ac8ee0eef1548d38126651ab8b5ff0ea04a86 28 0.02/1.00 vMB 76
179,952 179,952 00000000000001efea3074dbdffc02007c86327808d09de75ae6e67fcf1cf1b4 149 0.05/1.00 vMB 66
179,951 179,951 0000000000000290a0ddf9b195888ed8289c18b67edcd9d2f3489b87199886c6 136 0.05/1.00 vMB 98
179,950 179,950 00000000000003d5d731c1c59935c34106c7371cb71c7e2ac800cf7a726b8b37 163 0.10/1.00 vMB 286
179,949 179,949 00000000000005009d83f25d05e2da87a42ae948e8b968dd08ab3a03e1fd3ac9 53 0.02/1.00 vMB 83
179,948 179,948 000000000000001973183666f4ea70466b3ade2a7081e77f5140c832aba933ca 154 0.06/1.00 vMB 112
179,947 179,947 00000000000004b286446e74f01ef7a2f39abaae6f358e4b58bf3389099f1f24 12 0.00/1.00 vMB 95
179,946 179,946 00000000000006fca6d62ba7589e81b3a63ed56c3ef716500d1d5c59b5a5544c 64 0.03/1.00 vMB 123
179,945 179,945 00000000000004a31599e095ec17359cd04cbaa5dfa659b261f826c0f7f410da 24 0.01/1.00 vMB 86
179,944 179,944 00000000000004b979ba2fbd2c1fee71699682c80701d57ed7495d5aeaa8def8 16 0.01/1.00 vMB 3,450
179,943 179,943 00000000000008ee01222ed9fc4912ccbac7d48b73ad0b0e28686699360cc84c 31 0.01/1.00 vMB 88
179,942 179,942 0000000000000874f47f53aa60132e35bc2340c2b89284cf6cff7d7c7617d900 73 0.04/1.00 vMB 82
179,941 179,941 00000000000004a7b13dddaed82fb54b3590599ca30af9f7aa83cedb60a1ef21 41 0.02/1.00 vMB 102
179,940 179,940 00000000000005292d79475d70bf7d0b170e86473a0ddc8a257f6ebfb8f9381b 84 0.04/1.00 vMB 126
179,939 179,939 000000000000090db9bc1284f5cc7c2fb529d48eeab525de9ff63e2704935252 162 0.08/1.00 vMB 111
179,938 179,938 0000000000000681f0cb9c792cdfbc0a8249fc00abd5341a5fddba61c1b0c739 36 0.02/1.00 vMB 98
179,937 179,937 00000000000007f6b9267c59c36e8985925edd863fae74a0703654093e1e3009 185 0.08/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.98 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: 648.36 GB
    • Received: 13.04 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.