Loading Tool

Explorer IconExplorer

Memory Pool

43,370 transactions
28.08 vMB
0.06385379 BTC
Random Selection Loading Transactions
Max Size: 148.08/200 MB

Candidate Block

Mining Attempt 9a84ef8fba9dc06064f333befd1d1c4ef063ca971af4626b6cc16e413f9de30c
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 8999ce4f3de85cfbb6ac310d62b24270ea40a1d3555083e11b090f3badc1a769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,725
Size: 1.00 vMB
Total Fees: 0.01093587 BTC
Feerates: 100.21 > 1.10 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (256,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,341 658,341 0000000000000000000a2effa12e54a3201d20efc480766bcc37114c778ce68a 2,362 1.00/1.00 vMB 55
658,340 658,340 00000000000000000007584bd357bda3f636c6078062d64c40e75cceacdce384 1,921 1.00/1.00 vMB 54
658,339 658,339 000000000000000000048b6a00af334a6dbc0f1d2cd5e62b3017b71cb3518d0d 2,357 1.00/1.00 vMB 74
658,338 658,338 0000000000000000000952badbd12f419603b03a5efa85830e09a5d6ebf947aa 3,040 1.00/1.00 vMB 50
658,337 658,337 00000000000000000003b02966661fce8c08e0714c760da146bb9270e996f28f 2,334 1.00/1.00 vMB 45
658,336 658,336 000000000000000000075e6f42d0673769ab2f96aaa655400ae25f2b0657edb1 2,751 1.00/1.00 vMB 45
658,335 658,335 00000000000000000002eb8fba3fb4d14a0ac21499471b7c5f011d297efcae9a 2,602 1.00/1.00 vMB 61
658,334 658,334 0000000000000000000318ba3682d834a11c3175cfb53631ce35b0316800ab3f 2,414 1.00/1.00 vMB 46
658,333 658,333 00000000000000000005a69153eee5362297e1b32df10a22a1e7d50734c91b42 2,120 1.00/1.00 vMB 83
658,332 658,332 0000000000000000000ec034e5fed34162071aa083629285ffdb6daecc1827f3 1,389 1.00/1.00 vMB 41
658,331 658,331 0000000000000000000a92b91495dffd93829cc5441dc5b4df336f94a795d7c8 1,781 1.00/1.00 vMB 54
658,330 658,330 0000000000000000000a4b5ae4716683741c8ad40f6a48706ec4e90c2f3b5b64 2,596 1.00/1.00 vMB 37
658,329 658,329 0000000000000000000cf3aa5cfd714d737f653ddc9abe14e6e2769227a8ce5f 1,941 1.00/1.00 vMB 36
658,328 658,328 0000000000000000000836326dbab10cf0f85e28d94dee35232a6a9efa1253ab 1,837 1.00/1.00 vMB 43
658,327 658,327 00000000000000000001a07975ec04b597679582bd5acf555e15d0e66cf11331 2,244 1.00/1.00 vMB 67
658,326 658,326 0000000000000000000a351c70543ea8a4e1110337f5eb977b7a14fb1817c54a 2,283 1.00/1.00 vMB 34
658,325 658,325 0000000000000000000dffaa6836bc9bd3e14806acb8a71d67a495336d8db57a 2,657 1.00/1.00 vMB 56
658,324 658,324 0000000000000000000eb6bfeb159a5e1309827500d23a435bc167f8dacae3f0 2,496 1.00/1.00 vMB 35
658,323 658,323 0000000000000000000da9da15850aa9660fba5ccbae911af2fe4bc351b72f45 966 1.00/1.00 vMB 46
658,322 658,322 0000000000000000000d51897eef6238523329512f3a76f5d1ccfccfd76d8a5e 2,010 1.00/1.00 vMB 68
658,321 658,321 00000000000000000002a13b46bf9ccb3a27afd6961a51fb133623d25749230f 2,351 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.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.