Loading Tool

Explorer IconExplorer

Memory Pool

38,701 transactions
31.35 vMB
0.12114802 BTC
Random Selection Loading Transactions
Max Size: 155.50/200 MB

Candidate Block

Mining Attempt 32052a66d4f67297037453d312e042812e0cab95974eb958c9cb3810689dc88c
Version 20000000
Previous Block 00000000000000000000de69edf4bbef30a95b0a0bc1ddc631b89bdc493f7fc6
Merkle Root 81e9aae6cb2e0011db8651ec9d1040a15ac0c35e3fa4e9602d6baa232f2e53f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,218
Size: 1.00 vMB
Total Fees: 0.05679519 BTC
Feerates: 120.23 > 5.69 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,382 (789,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,582 124,582 000000000000354279ff9676b1bd17d1ab18755c2895deafe54073b8cbf7b653 24 0.01/1.00 vMB 265
124,581 124,581 0000000000001dcf9953f0a18cb4162e2bc6b23300479c278093239047f312cc 42 0.02/1.00 vMB 2,043
124,580 124,580 00000000000004dc88e9c0d847a44f85122e2abf30e2986ea15658dea6cb100b 8 0.01/1.00 vMB 550
124,579 124,579 000000000000163c21138abd60ec7fbde3e8b9dc76cb862ba64c119b0ef63a22 11 0.00/1.00 vMB 619
124,578 124,578 000000000000381aab95fab7a6c94c2f39dddfc654f12f02c73471e715cd67ec 14 0.00/1.00 vMB 203
124,577 124,577 00000000000062b6b11dc187be7f7938f389f7258947a2ef26c24bc617b10982 14 0.01/1.00 vMB 421
124,576 124,576 0000000000004b6fa9976d63ee509e7763cf63c400347229e361191fb312c36f 23 0.01/1.00 vMB 221
124,575 124,575 0000000000003f5455c17736bfd72ba22b33cdefe4de6cfd77c6cc94fe21ef13 11 0.00/1.00 vMB 0
124,574 124,574 00000000000007063f761d13c4fb5e474f47515f69c77c48f377e7ac26ee5b96 11 0.00/1.00 vMB 864
124,573 124,573 00000000000027c0bca60ca07c077c1f2a31d45861ac1f498fc7d7ba1a02a06b 1 0.00/1.00 vMB 0
124,572 124,572 00000000000066c391f003fdd3d6acc1ea771ddbc68f3096331eacc4d58891a3 7 0.01/1.00 vMB 207
124,571 124,571 000000000000271c9bd54da2510a6a09b371269083c41e4d11ca48e929f4aee3 7 0.00/1.00 vMB 0
124,570 124,570 000000000000111d904a229c9dba800007b9c99c4d12cdacdcc24adf4f893d4d 17 0.01/1.00 vMB 617
124,569 124,569 0000000000002e37a11d2198d8e0b082d01c159b21c0cbcab1da9ef27a756e71 9 0.00/1.00 vMB 325
124,568 124,568 00000000000037d9778eb76ecc333482c1d1208645d8d59544f6bb4d647bf4e0 35 0.02/1.00 vMB 1,595
124,567 124,567 000000000000415cf638e9173f8a351462db2a32dac81371314c351e3083fb97 10 0.00/1.00 vMB 0
124,566 124,566 000000000000496c4b77a22efd3b21acf4ce9f6e9ff5644437dcd5d851acfb87 9 0.00/1.00 vMB 349
124,565 124,565 0000000000003f59c1458cf54a5617eb4fb01834d22c6ca2ccd4c90bd8a5faec 10 0.00/1.00 vMB 934
124,564 124,564 00000000000022a31ac817e9c8d4fd9bc1bc96783b2775b5272b26af5879ab78 1 0.00/1.00 vMB 0
124,563 124,563 0000000000001f83f240734240703c7ae70dcb971cc4e4dd7c8a8d42d0a74556 42 0.01/1.00 vMB 309
124,562 124,562 0000000000004434eac31093ed8146ea7dca8942e53143df39e6d6950af63575 3 0.01/1.00 vMB 1,397
Previous 10 blocks ↓
Total Size: 781.28 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: 597.46 GB
    • Received: 9.85 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.