Loading Tool

Explorer IconExplorer

Memory Pool

75,789 transactions
28.02 vMB
0.08519178 BTC
Random Selection Loading Transactions
Max Size: 170.29/200 MB

Candidate Block

Mining Attempt 2a36a40df5ef6851726732099b8a4e1831b22de3479b4f7960a15f9824df32b2
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 9ab060d061740c3666d303d7df36c404ea5077e976e271398c963b5b3cbf831e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02500240 BTC
Feerates: 472.31 > 2.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (751,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,426 163,426 00000000000007c261267a729dec38b1e8ad405c959a38e0d32d7a935a1893d4 10 0.00/1.00 vMB 587
163,425 163,425 000000000000014ba1e24e92456c6a6a54d9ab26dcebf59be85c9c285cd1a4c0 45 0.02/1.00 vMB 19
163,424 163,424 00000000000008038f3e8ab6f3e64af5f6de83af1585606ba12ac83d67ab46d6 37 0.01/1.00 vMB 93
163,423 163,423 0000000000000ab1418db27a85da6a7a8982e823ee652d85731570508d62a913 3 0.03/1.00 vMB 50
163,422 163,422 0000000000000c7344851410fc235df1bf6955d51392ae50d4ac45ab9aa35c2b 18 0.01/1.00 vMB 164
163,421 163,421 000000000000026f2eaf950f3195f183ab33801748e30dec9a528485d65ad747 19 0.01/1.00 vMB 160
163,420 163,420 0000000000000a4d62c0298aa4714b1b928e246d18ade38a3e7bc1782aaed77d 32 0.02/1.00 vMB 29
163,419 163,419 0000000000000474291c8e05d68b6f3e61ce0ca1afc92cd41bb405109949eb52 71 0.03/1.00 vMB 40
163,418 163,418 00000000000002238b8b7dda13dccefbb8c0d6a9e2e291edd8b96ddfbe960f3e 45 0.01/1.00 vMB 77
163,417 163,417 000000000000022511102d43c42bf34714f6cd6ea9d4c287eea1292ce2450ec4 10 0.00/1.00 vMB 11
163,416 163,416 0000000000000c79ab9734ba4d498fda0eac88fe375677e8de0811b970805f52 28 0.01/1.00 vMB 212
163,415 163,415 0000000000000c7ce4c25fb1a25e2f8143f7be4cac0598b61967269f6fcb5d6d 21 0.01/1.00 vMB 233
163,414 163,414 00000000000006ebd78acdadcb0a36d2035ffc42015a744dbcf719a676f94a08 7 0.00/1.00 vMB 657
163,413 163,413 0000000000000ae89b9c4b0a18c9332955efd96a4cb7563881983763dd016f2b 53 0.03/1.00 vMB 239
163,412 163,412 00000000000007f32b51ba1b3c0a1237d5ab100eaffedd0f8c28dcea6fb6db1a 60 0.02/1.00 vMB 13
163,411 163,411 000000000000060419b36f7a29e7819eb374d88d7e2f2cbac29bec63af7ee311 56 0.02/1.00 vMB 370
163,410 163,410 00000000000006e581f30764038342dd6a1254a8f34f3c129c51718bea0b7135 14 0.01/1.00 vMB 544
163,409 163,409 00000000000004fc297364504c7f339ce0bc09744c5cd5154ab6baa64cc94c19 6 0.01/1.00 vMB 193
163,408 163,408 00000000000005b7ed195823059f6d6a06b99b1c4fb4d988a189568c5e901daa 57 0.03/1.00 vMB 99
163,407 163,407 0000000000000bb6d4fe9e819f91b502a3dbf1b7423fceb1ac6288c9e8a48560 14 0.01/1.00 vMB 329
163,406 163,406 000000000000025220823424769186bf4371d4893b929423e1aced26730bb8db 71 0.02/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.