Loading Tool

Explorer IconExplorer

Memory Pool

12,875 transactions
5.50 vMB
0.01548838 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 32.43/200 MB

Candidate Block

Mining Attempt c2ade5e7a495445992f5890e682afeb4273f3b7462970a5432c3c56427a864d5
Version 20000000
Previous Block 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f
Merkle Root 6e2aa4547c3e44d1fae24372d6c56afc11a68325446f9b82ae9c13000f83c5ee
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.00651460 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,449 (728,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,301 185,301 0000000000000155d0f930554f2e7213a5fe6b4d48cab1032341abeb275ed525 86 0.05 vMB 107
185,300 185,300 00000000000007f0f79c7ef0dd8f38c2faec5c3b63af47f4218e289564dc5851 1 0.00 vMB 0
185,299 185,299 00000000000006d10873734e801a7f0a424aca11af8b4a8db521333fcb1b617e 10 0.00 vMB 0
185,298 185,298 00000000000008e856ee2080d95791fcb5ad855ce51ecc5bc0a4cbfa13fe107a 128 0.05 vMB 60
185,297 185,297 00000000000000f06af7baaa55df1a0a1cf9291d92473558ec3505f41d64dd20 623 0.23 vMB 149
185,296 185,296 000000000000084c08487749fc08e593e1c269cf2db37bde0c51d71eabbeca1f 216 0.11 vMB 103
185,295 185,295 000000000000084ccd5cdcc4a64acbf56420da34eca768bcc2a384d0fd73025f 36 0.01 vMB 112
185,294 185,294 000000000000029c29a7ca39343b7117713dd8a0739bb440b1b540ffa3f86753 575 0.23 vMB 124
185,293 185,293 00000000000000718a5755899114c5441f398d3bc1cb9f6e9d721493ca9106fe 47 0.02 vMB 40
185,292 185,292 00000000000009635c7e05cad3519635fcf24798e1112625808977e835ce0b38 256 0.09 vMB 154
185,291 185,291 00000000000002444d288ddfc8c2b5487ef74107361fbbb37eadb8f47049d9fb 127 0.04 vMB 58
185,290 185,290 000000000000088b91e558dff88511c2537b614b72793fd3c97ca5d07a570b9d 444 0.17 vMB 127
185,289 185,289 000000000000068a54539370c46fa1448c6231170f2363f27e169d6800054b11 8 0.00 vMB 15
185,288 185,288 000000000000096f04709c56746b71c8d747cea8d4f2971ff9971d7c30c25d6d 41 0.03 vMB 56
185,287 185,287 000000000000040a1aed478193756ca630764a3b6a1ee9deac971cf989ded2ac 164 0.06 vMB 126
185,286 185,286 000000000000077b64b9b48a5c47513c055439c7e69091cc79f6848f2e017e11 32 0.01 vMB 63
185,285 185,285 000000000000005c0a2dab045a71c8199839fdaab2e4d44248210d789804f6a1 135 0.06 vMB 110
185,284 185,284 00000000000003b9d1958372b2b278ec350be75a5d3a55e9c153d60f5da24608 169 0.09 vMB 116
185,283 185,283 0000000000000762bdf8d819ecbf6bcf86322fadd993d1715bfde84749454bc1 211 0.09 vMB 120
185,282 185,282 00000000000005b5265c79b271042be44feb36641673556cb4cdce1e84c87fa9 33 0.01 vMB 90
185,281 185,281 00000000000000c5370c1c282c35c9dab3d1dc7476d456602bbd38a851c312e1 123 0.07 vMB 91
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 107
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.91 GB
    • Received: 1.45 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.