Loading Tool

Explorer IconExplorer

Memory Pool

72,744 transactions
28.05 vMB
0.06737501 BTC
Random Selection Loading Transactions
Max Size: 166.15/200 MB

Candidate Block

Mining Attempt c1783a0e38b89fd5caf915ddea51d2d2f873fc94e2440de9e08757e9b4ccf8a5
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 0627b3701c64323eeebc4d1fb627554b7d88e6b096c87949236142a258daf69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,790
Size: 1.00 vMB
Total Fees: 0.01137601 BTC
Feerates: 150.86 > 1.14 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (225,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,348 689,348 000000000000000000010c5f9ce8741b0869dded62961a56807035a2f5ba2ba1 3,199 1.00/1.00 vMB 56
689,347 689,347 0000000000000000000dac5445333a110c89f99c6112b51c3dd56604b1e3c372 4,409 1.00/1.00 vMB 65
689,346 689,346 0000000000000000000773f2a31147fc8ef10bfe8f5a09889f5f5ecb5f774766 3,876 1.00/1.00 vMB 71
689,345 689,345 0000000000000000000b6c49b645ffaabd02043370d6274c313d4b80a2c7448c 2,795 1.00/1.00 vMB 91
689,344 689,344 0000000000000000000d49684e63d51f87983814f1f1d012d024e8b97250f115 1,001 1.00/1.00 vMB 83
689,343 689,343 00000000000000000009141c70461b48a49c939cd0b2349982af76bf303588f7 1,636 1.00/1.00 vMB 88
689,342 689,342 00000000000000000005e5f5b600fd6a2773414950c2b41114bee1446b37d130 3,308 1.00/1.00 vMB 83
689,341 689,341 00000000000000000003669ba6726054de19535cf3bf554eb2dc80431215b0a8 3,812 1.00/1.00 vMB 68
689,340 689,340 00000000000000000005b97884252fcb0369cfa80f3879d136bbe2c962550db2 3,260 1.00/1.00 vMB 70
689,339 689,339 00000000000000000007f837971ff45e5d50b19f2a4af4b0ccb1fa2182c74e07 3,096 1.00/1.00 vMB 78
689,338 689,338 00000000000000000006da64d0735fecabede622e011d25db469f90161c5985d 3,536 1.00/1.00 vMB 76
689,337 689,337 00000000000000000001688a86fe843ec12c39a4b9db8e1f0b8518cab0f156dd 499 1.00/1.00 vMB 70
689,336 689,336 0000000000000000000da7886b80c69a1a32753b40058f3eedf576f19a7f7fd4 1,863 1.00/1.00 vMB 81
689,335 689,335 0000000000000000000a4a93d225a845d045c2467de1d38d3bb6db2cdd760e29 2,892 1.00/1.00 vMB 94
689,334 689,334 0000000000000000000602f2f7462ea1c7cd683ec1db5217c3050bfcdb36b127 2,675 1.00/1.00 vMB 70
689,333 689,333 00000000000000000008d37c45c014b0eadc1bcf5afd6010530faa05db107ca1 3,169 1.00/1.00 vMB 72
689,332 689,332 00000000000000000005e09ed23d4a3a7c08526d98ff26eee4888d9558c6129a 1,355 1.00/1.00 vMB 78
689,331 689,331 00000000000000000000c7281d74a0c47a333409a3f6122aaa7b26131043cabd 2,135 1.00/1.00 vMB 87
689,330 689,330 00000000000000000004985c059bf2f6f0c582f5e4afa6a422c7715d9b8ed2f7 2,849 1.00/1.00 vMB 104
689,329 689,329 0000000000000000000b6cb274471fc8002608cd7e7a5e124b60f9fb049f7574 3,814 1.00/1.00 vMB 79
689,328 689,328 00000000000000000000984bbefd1ff504ee0c0dba68d0143408cc0526961bd7 2,876 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.