Loading Tool

Explorer IconExplorer

Memory Pool

42,363 transactions
26.63 vMB
0.07539139 BTC
Random Selection Loading Transactions
Max Size: 138.65/200 MB

Candidate Block

Mining Attempt eb47fbf8ffeb2b8ac89c07854f78d0907f8a14864f69d595e4a0b8e284d51406
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a12ae8678a0d862ae228df95a650208a700417dd7b7ff879e6219c457a9df9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02610237 BTC
Feerates: 99.53 > 2.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (256,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,348 658,348 00000000000000000000024f88a1e39fb33d6c2c85b239f2673c63dfce6c5be8 2,638 1.00/1.00 vMB 58
658,347 658,347 000000000000000000036c32a4d709929635042f7aecc1c8e3189f8526bf93ed 2,443 1.00/1.00 vMB 47
658,346 658,346 0000000000000000000db55519cc6554f9258fcfd00bcc015689f00c944425a0 2,179 1.00/1.00 vMB 42
658,345 658,345 00000000000000000001ce7ef083699eb6262bc9431da9062c7154f00fc551c7 2,133 1.00/1.00 vMB 59
658,344 658,344 0000000000000000000b226e514db058f292ffbfc600c1b1c5b69f62fcc5fd4a 1,532 1.00/1.00 vMB 37
658,343 658,343 00000000000000000003b0a985eea57c9af645922a8d2adc9c3d80eeb15d086a 2,629 1.00/1.00 vMB 53
658,342 658,342 0000000000000000000e4c5c58b5e35c3f98b474cbed153abd25777570104146 2,281 1.00/1.00 vMB 69
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
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.