Loading Tool

Explorer IconExplorer

Memory Pool

81,400 transactions
31.00 vMB
0.08627190 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt 45df2f6e6cf8b5c0e568ab1c25ec7de5ef36f28a233ce1c96dcb741e344401dc
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 2e1236444d555a46b97eb1844f2b816f1a720f347f323b485418f554c3cf6015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,745
Size: 1.00 vMB
Total Fees: 0.01949201 BTC
Feerates: 100.69 > 1.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (374,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,998 540,998 00000000000000000024e9df4591144f720603a63fbcc7766e989fef7009e4fd 1,758 1.00/1.00 vMB 9
540,997 540,997 00000000000000000012a4dc92c9329aa1186b821b1c4b453c282dbc5c220206 1,974 1.00/1.00 vMB 10
540,996 540,996 0000000000000000000907cdda18a60742c1d27b016c6352ee1d8fde736f4818 2,416 1.00/1.00 vMB 19
540,995 540,995 0000000000000000000339a14ea09d3d741bd2bb586372b2105f2fbcd24ec0aa 2,056 1.00/1.00 vMB 6
540,994 540,994 00000000000000000005aa2809af21eb96bea55d50fd5064da9fe308045c5e4e 2,806 1.00/1.00 vMB 18
540,993 540,993 00000000000000000018ee70263b9d9d03a5c1bb3d1ce2c4c893b9fed24334c6 2,908 1.00/1.00 vMB 14
540,992 540,992 00000000000000000021c505a8a77c91cf88272b5f781b7903d7049b89705898 3,260 1.00/1.00 vMB 16
540,991 540,991 0000000000000000001cb5dcc5ed9e8adf80de43d3661bc3cbb30defb2c1a492 1 0.00/1.00 vMB 0
540,990 540,990 00000000000000000023747d9c9628984b52a0f6069bb8f2286f40f2792110e8 3,165 1.00/1.00 vMB 12
540,989 540,989 0000000000000000001c33a8b27093308b3244c978cb0b3d4e2cf851df4fa323 2,757 1.00/1.00 vMB 20
540,988 540,988 00000000000000000024aaa220c28e931f99d18c3fff46d7a46789c463944f41 2,761 1.00/1.00 vMB 22
540,987 540,987 000000000000000000113696ca691c079ced4b60c469257f706c646ad0576f70 3,043 1.00/1.00 vMB 30
540,986 540,986 000000000000000000186598cef068f397b916ed8367aa316c9b9e4b4e12e8d0 3,210 1.00/1.00 vMB 29
540,985 540,985 000000000000000000179f282d45cdc00ebe5cd69eec218ce7b9a231f5a93d74 3,107 1.00/1.00 vMB 38
540,984 540,984 00000000000000000012a835a790c20d4dfb773af13738bb0c456842aaa2fbe6 1,228 1.00/1.00 vMB 27
540,983 540,983 00000000000000000016e3c46dab2e84e337ffc46d7c6e45be087b3bdc27e42b 2,061 1.00/1.00 vMB 18
540,982 540,982 0000000000000000001ffccefc133339e234e1dd3097f35a464b4d14d6e2af2c 2,029 1.00/1.00 vMB 22
540,981 540,981 000000000000000000044bc8329d2cab24b8a1afa74e4ffc6dfa2d6fd15fe88d 1,649 1.00/1.00 vMB 12
540,980 540,980 00000000000000000025cd740e69990c42bb47c88bac7e5a593457f6ffafbdef 2,634 1.00/1.00 vMB 16
540,979 540,979 00000000000000000002d3a866ccc069d4f76096a7464d6b88ff2be12d8b714b 1,917 1.00/1.00 vMB 15
540,978 540,978 00000000000000000014784479252a99331ba57b84171994899946d9e1d96d13 3,158 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.72 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: 702.30 GB
    • Received: 16.63 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.