Loading Tool

Explorer IconExplorer

Memory Pool

79,503 transactions
29.75 vMB
0.08711620 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt 96cdc46f99637b6542f451cbf9f4d24d308f316800f671cfa710356f02431d4f
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 7896e90f527630e889fc41c24aa63f7e08f432b1de509af13e23557f2f4738c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,045
Size: 1.00 vMB
Total Fees: 0.02033258 BTC
Feerates: 40.21 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (470,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,412 444,412 000000000000000001ed1ec9e0b248dda747df92cfb847688edb7750247f62b2 2,286 1.00/1.00 vMB 94
444,411 444,411 0000000000000000036c0d869c50964ce4a0d8ac43c45b7c24e3db8c889fc7c5 2,962 1.00/1.00 vMB 89
444,410 444,410 0000000000000000035e63dea7ebd1398b67adf5e736bea02043db9387339bd9 2,467 1.00/1.00 vMB 84
444,409 444,409 000000000000000000a95012e33c749eae411da82fa28aa99378d1cd5e0e5e25 2,949 0.99/1.00 vMB 77
444,408 444,408 000000000000000000f28b45b198f2d1f3b0a337930002db628e627c8dbcd795 1,832 1.00/1.00 vMB 73
444,407 444,407 000000000000000003470a63d71338aed8149bc4445b7f5cd219c80535fa80b4 3,011 1.00/1.00 vMB 77
444,406 444,406 000000000000000000feb31c7b9d8c1cf0d4ca40bc34935b31772f66395c1fa4 1,963 1.00/1.00 vMB 77
444,405 444,405 0000000000000000007f75d810fe7abc10acd921c579df34f5058f57d51f3a43 2,523 1.00/1.00 vMB 106
444,404 444,404 0000000000000000023a5f4d168c464d98ca71c6eac05ddb27bdfd794e9e2a64 2,506 1.00/1.00 vMB 102
444,403 444,403 0000000000000000017232ed9363292bcbe7c853ed213cb0e1dff0b22d88b75e 2,183 1.00/1.00 vMB 82
444,402 444,402 0000000000000000022a9d1a63538fb46ccfa654ea1957d5529902ed1e7eb3c0 2,800 1.00/1.00 vMB 121
444,401 444,401 0000000000000000003de2c921cd0ab276e594c9754de91d261dd6383b045108 1,537 1.00/1.00 vMB 53
444,400 444,400 00000000000000000250763313d79da999f8f1c4d2cd9c3fc3acbc1af380522f 719 1.00/1.00 vMB 38
444,399 444,399 00000000000000000155a6a3af0ac72fb3bec05e07c6bcdbf73f4a2eddd7acc0 1,145 1.00/1.00 vMB 40
444,398 444,398 00000000000000000371f2ae940a4160132067b89aba780340b0a73ddcd26c21 2,116 1.00/1.00 vMB 59
444,397 444,397 000000000000000002d42e16a3116e8e5b1b666ee24c7dcc7c00c6a3a163a42d 1,756 1.00/1.00 vMB 68
444,396 444,396 000000000000000001e017eddf354483eb2b7826a2a91527af9489a532a68bab 2,546 1.00/1.00 vMB 74
444,395 444,395 000000000000000001e96466dbbb8ef1376234bc9442916f6934c6c3b145e016 2,492 1.00/1.00 vMB 79
444,394 444,394 0000000000000000026f28f9b9562c612092ed2f7436a5747a58203c1a4ce3a6 2,669 1.00/1.00 vMB 91
444,393 444,393 0000000000000000012e4eaf445ffba60381e0018ac39d0604d2494a9c74968f 2,385 1.00/1.00 vMB 77
444,392 444,392 0000000000000000011da9661b10e90908c0014c875c8e3295fef24ac19db728 2,450 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.