Loading Tool

Explorer IconExplorer

Memory Pool

75,229 transactions
27.66 vMB
0.07343231 BTC
Random Selection Loading Transactions
Max Size: 168.82/200 MB

Candidate Block

Mining Attempt 66b48390b7c8ce20de9e02056ecdca2c74c2b385a2c5e8c133a91214d15cd604
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root ad69fcb88dff3a1923e1ad59aa9701363e235963298b16d00affe64c5bfe29f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01436382 BTC
Feerates: 99.50 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (283,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,032 632,032 000000000000000000092da52abe4b3d2c07b47d35621046dfb5ee22d0c41311 1,960 1.00/1.00 vMB 35
632,031 632,031 00000000000000000009b1cb8705321aa7aaf297fa2581f525fcc605ffb4ec4b 2,780 1.00/1.00 vMB 57
632,030 632,030 00000000000000000001d0827f2b1f4cc4043627f8ae2609c5814ea25da27a08 940 1.00/1.00 vMB 11
632,029 632,029 00000000000000000005d0c208a0ea188154ba43117d3d91d778655f680d226c 2,368 1.00/1.00 vMB 27
632,028 632,028 0000000000000000000e7629205308799ea602326914781fc5a1f279e51f5af2 2,628 1.00/1.00 vMB 68
632,027 632,027 000000000000000000032ce0189e4264e34d6290072f4934601635d1f9abe4ad 2,450 1.00/1.00 vMB 30
632,026 632,026 00000000000000000001a0e6efc4ef5abc5e3506c064732bd2ad8b49b537f07d 2,470 1.00/1.00 vMB 45
632,025 632,025 00000000000000000002506e6aa78b1380942fbba40c639084496b848de9704f 2,637 1.00/1.00 vMB 70
632,024 632,024 0000000000000000000efe9bde92c925b701a7aa08681c0739b7a68ed05eadb2 2,704 1.00/1.00 vMB 73
632,023 632,023 00000000000000000009e8f57eaa0bae5582d1e1a82104b3511b654da263fd8f 1,887 1.00/1.00 vMB 42
632,022 632,022 00000000000000000007d8292fd910a14457b2eb937d1ff4485fe096b9c810d3 1,228 1.00/1.00 vMB 15
632,021 632,021 000000000000000000042d23c6de520657118b95968820a3b7d4d2ebd177f0f3 1,985 1.00/1.00 vMB 22
632,020 632,020 0000000000000000000b64de75faf534c334cff3200e20c596000d2510b52dce 1,402 1.00/1.00 vMB 47
632,019 632,019 000000000000000000042d8d1442796284c18ee8da4f8383ea9586fb9185ad67 2,062 1.00/1.00 vMB 44
632,018 632,018 0000000000000000000c0539f29f09f3c1af6b7709830e6d5ed2ec24837a1e07 2,229 1.00/1.00 vMB 56
632,017 632,017 000000000000000000090b0e58df0e52321f41847b9bb5534fb0cf8915b7352f 2,489 1.00/1.00 vMB 94
632,016 632,016 0000000000000000000d71200fa38e850b5128d4420767b6ec5d7d039e6cea94 558 1.00/1.00 vMB 4
632,015 632,015 000000000000000000002bf3015be22e4dd5eea4e715b64171727946e55067af 2,341 1.00/1.00 vMB 18
632,014 632,014 0000000000000000000c2d2d6654cfd182fd2c4ebd0df687675dd8c14b2dc7d0 2,769 1.00/1.00 vMB 85
632,013 632,013 000000000000000000094ad2a14b1baf84db6caaa67632184ae48003e977b318 1,012 1.00/1.00 vMB 16
632,012 632,012 00000000000000000001cfcd71e3fe24d7391ef691b681c606f087d9179923ef 1,430 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.84 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: 712.15 GB
    • Received: 17.16 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.