Loading Tool

Explorer IconExplorer

Memory Pool

83,233 transactions
31.39 vMB
0.14331046 BTC
Random Selection Loading Transactions
Max Size: 186.92/200 MB

Candidate Block

Mining Attempt 479938204c48d36d5b2c28bcefcaab9ec0235c0d2f06ff38a4a75ccd0c66c9e3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 9007356077721b66f8e3bd0479928741507274d0151fd1e901a895e2c5a7d0a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.04375993 BTC
Feerates: 402.75 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (470,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,415 444,415 000000000000000002d54ff82cc1ea4e86546aa18b27eb6204463828374d20e0 2,262 1.00/1.00 vMB 70
444,414 444,414 000000000000000002bd8898ae57a8d97eba7878a1a4483c4f1500ed145e779c 2,919 1.00/1.00 vMB 114
444,413 444,413 00000000000000000295e9107dc131672d36c4981c84426ebc2b5ebfc3e0fe43 3,068 1.00/1.00 vMB 71
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
Previous 10 blocks ↓
Total Size: 782.65 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.65 GB
    • Received: 16.29 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.