Loading Tool

Explorer IconExplorer

Memory Pool

74,936 transactions
27.49 vMB
0.06687695 BTC
Random Selection Loading Transactions
Max Size: 168.24/200 MB

Candidate Block

Mining Attempt 5d9d6b21c457bf8a3ce622021fd301d28c2f412aa9673dcaf51d75cff098d67a
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root d89e4b39c9d130c69dc1a6b373dfc0aff11e699063754707d3b802465e2cde0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,252
Size: 1.00 vMB
Total Fees: 0.00826388 BTC
Feerates: 74.05 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (278,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,277 637,277 0000000000000000000102be0b94c2be61d0ed71f15baf1ee933abf0c93e612d 2,133 1.00/1.00 vMB 64
637,276 637,276 000000000000000000110d33fe8da714b385ce3aba61e17bb1b2234e434320c2 1,928 0.93/1.00 vMB 27
637,275 637,275 00000000000000000011c643a468fb8d5bd7d8341cc419897f44dfeb15439aa8 2,345 0.98/1.00 vMB 15
637,274 637,274 000000000000000000049013e6bb61d8eafe1a1d320373ffd911d5437fac77fe 1,798 1.00/1.00 vMB 52
637,273 637,273 0000000000000000000a3055ecd3fdb9a93a4801db05b2ddd25dfce807583e35 95 0.02/1.00 vMB 29
637,272 637,272 0000000000000000000d085431c40ecff841cd6f6d5edd16c0abfbfd5dfe310f 579 0.23/1.00 vMB 27
637,271 637,271 000000000000000000020cac3903b0edada3267ff65cb47c5a7be44c4e0b6f22 505 0.20/1.00 vMB 34
637,270 637,270 000000000000000000118e8c8e83e64c314f5d6b0bd85d2e36076dc0013ddbe4 1,024 0.51/1.00 vMB 29
637,269 637,269 0000000000000000001156b97dc8163ce0f3c1356446dabffc1d3d0d3cc63104 163 0.06/1.00 vMB 39
637,268 637,268 00000000000000000000a33d28f4e7a5f0522e3a89bc09817404899eacbe709f 945 0.33/1.00 vMB 31
637,267 637,267 0000000000000000000aa975a7dee4d3bb214993eb3991c6e78029f25186bdab 145 0.07/1.00 vMB 24
637,266 637,266 00000000000000000003d8468fb1e14aeb03aaf914621bfaa69361f14f1dbce7 2,274 0.74/1.00 vMB 29
637,265 637,265 00000000000000000009236ca0901675a5ff98b49c73b67c4c8e9a1d7b32a7c8 2,611 1.00/1.00 vMB 38
637,264 637,264 00000000000000000003ee6b03b02260d330eecdfd44db2b2c316e9f863aa715 136 0.11/1.00 vMB 36
637,263 637,263 000000000000000000114d95ae8638a7514d3f5040e09c8e6a8e1a1ced29bbd1 1,160 0.52/1.00 vMB 27
637,262 637,262 0000000000000000000e8bcadc83b4061dfd09c13106e70902f3a6f53f4aeca8 1,753 0.99/1.00 vMB 17
637,261 637,261 000000000000000000059c8e9ae7543e7b57c6f35b3a65c69422dde7587ba1e3 1,369 1.00/1.00 vMB 7
637,260 637,260 00000000000000000000f5a191a652d9dcf26759d271afc765d45ab81641b19c 757 1.00/1.00 vMB 5
637,259 637,259 0000000000000000000f159914688b01b1386592afcd3579484f61055f294217 630 1.00/1.00 vMB 8
637,258 637,258 00000000000000000004272ca455e09faf2ce21fdcb898d46ceedca24a277e2b 2,782 1.00/1.00 vMB 29
637,257 637,257 00000000000000000008abc790407b9d2892d9803852e1f055fede32666589bf 2,223 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.92 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: 714.24 GB
    • Received: 17.52 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.