Loading Tool

Explorer IconExplorer

Memory Pool

73,972 transactions
27.73 vMB
0.06788504 BTC
Random Selection Loading Transactions
Max Size: 168.74/200 MB

Candidate Block

Mining Attempt 9a045ad59594fd84ce9291e5245a44ece7c4d643c14ed020d14665262dff68ea
Version 20000000
Previous Block 00000000000000000001d55d38f99d10e41dddf340908afb2fb717900d90d262
Merkle Root 114681ebb3255a08e19c3c11288d8d49c624aed4a68b2ee4caab64cb03547856
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.00795852 BTC
Feerates: 40.21 > 0.80 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,586 (661,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,201 254,201 000000000000002314f9d91de12d8712ccba57ba80c7fc77fe89188d806f00ba 285 0.14/1.00 vMB 54
254,200 254,200 0000000000000019a8b0869cd6ae48cbd6a00a21e8cbaed08781a2db5eed50d1 1 0.00/1.00 vMB 0
254,199 254,199 000000000000003f7a79b452518e78cf52bad02446a0df941fc75b5e3f217929 256 0.09/1.00 vMB 145
254,198 254,198 000000000000000e32321ad7a012be4377cd55301f74da016d8fb5c7aa9b357a 121 0.12/1.00 vMB 71
254,197 254,197 000000000000003d8d2d71d2ae6db8dc34ab3df17507f36d01d20ee88a41ce48 286 0.15/1.00 vMB 88
254,196 254,196 00000000000000082a3718b6acfed9b4dc4671d49fa2e9b409eb126f55360126 344 0.13/1.00 vMB 32
254,195 254,195 000000000000001e65eb97c489518f1d4d48cded7dac4b5716e90eb7080d2e7f 516 0.25/1.00 vMB 134
254,194 254,194 00000000000000003fdc69d7ef2cd55c390ee787d76233838c0f2e2e0656f7cd 501 0.21/1.00 vMB 106
254,193 254,193 0000000000000001eba6429afbcffc3bef88e518cad28995f37c071a643e5a81 364 0.16/1.00 vMB 107
254,192 254,192 000000000000002efa0f1b2a4bc98458fc0dd1e3cdf6674868b6a302f22a449f 72 0.07/1.00 vMB 1,421
254,191 254,191 0000000000000013bef316568bc394929b248dcad716af60b03c91154b5e59e0 321 0.20/1.00 vMB 81
254,190 254,190 000000000000002890364261cb2c4f120c95485ca3ef4d39ffcd9659d31a2340 267 0.10/1.00 vMB 105
254,189 254,189 00000000000000294ea52c059249da13d1ca7355e650d4e7b25bf84885ec4d7f 547 0.30/1.00 vMB 38
254,188 254,188 000000000000002254205af0fac6764e6d25efe39f5377a5c81f0fbd632e98ce 290 0.11/1.00 vMB 131
254,187 254,187 000000000000001aae0b62e2b5ba3e85b37b567083eb68398de285c0ba1f8e1c 328 0.23/1.00 vMB 71
254,186 254,186 000000000000003b434e6eb8b57eb6b46a43fe2efa52e09d0a5306a353833ede 329 0.20/1.00 vMB 98
254,185 254,185 00000000000000197a6c185c4dd9758a7a71d54fdef02e2e0d1be9279339dd50 96 0.11/1.00 vMB 21
254,184 254,184 000000000000001e5d57aab0eaeb3cf06783b40ef79d06a53ba7e7c2859df6e1 547 0.25/1.00 vMB 130
254,183 254,183 00000000000000082fcc02c97427a8300d1e417bf25a757a0d24b07f0c652e46 981 0.46/1.00 vMB 86
254,182 254,182 0000000000000024fc7c199c1e9d1b41d2bbdefb0099a4758e910c3b1ca9db06 525 0.25/1.00 vMB 156
254,181 254,181 000000000000000363f7e2298cdf320e1dd4867788a49b92bb3c366ad0b4f72c 681 0.38/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 783.40 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: 770.09 GB
    • Received: 19.77 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.