Loading Tool

Explorer IconExplorer

Memory Pool

84,049 transactions
31.47 vMB
0.10188836 BTC
Random Selection Loading Transactions
Max Size: 192.86/200 MB

Candidate Block

Mining Attempt baa8280e0e76bc87f28418f8242f28d83bddad30f53c13b1473ba6c7cf4795ee
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 241917993a35fab3e9c9db709fe0207e72601b5e0e8d10c7f847128a6cf37d81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,057
Size: 1.00 vMB
Total Fees: 0.02975364 BTC
Feerates: 150.54 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (300,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,226 615,226 0000000000000000000df6ae3441dbaa1f0d30db31c1b8731b158611234e85ba 2,363 1.00/1.00 vMB 15
615,225 615,225 0000000000000000000a48011904cc63ce4ac2bea6f7f11186c91c80b2149be3 2,640 1.00/1.00 vMB 13
615,224 615,224 00000000000000000004eb920565a25344718dc2e8c7b93e7f257fe547e1b6f6 2,360 1.00/1.00 vMB 24
615,223 615,223 0000000000000000000a8e6d8981e3f9941a62c29b751ff61c6f3643550aa8dd 2,702 1.00/1.00 vMB 18
615,222 615,222 00000000000000000002808467dbaa70f9c5a0581e7736fa0904d56b78d374d0 2,463 1.00/1.00 vMB 28
615,221 615,221 00000000000000000003019c28cb6b104e900484c2d0f4dea8090487fba3b8c6 1,758 1.00/1.00 vMB 68
615,220 615,220 000000000000000000047fa625a4b78638edb31ef2a9bd641b44765596adcca3 1,174 1.00/1.00 vMB 37
615,219 615,219 00000000000000000005f6fa243bcaa7ae8165881142c428e1d4db5c05c7f250 2,955 1.00/1.00 vMB 25
615,218 615,218 0000000000000000000162ad756201c91f76b82b005a4f7c14aace1c4292e379 3,206 1.00/1.00 vMB 13
615,217 615,217 0000000000000000000ce2236dca8f0a3d3be053bdbb6b3611e97267ad641446 2,834 1.00/1.00 vMB 30
615,216 615,216 0000000000000000000cc1df75305bf8c5e14553c1b36f1d4b0b69d8e073e46f 2,036 0.83/1.00 vMB 11
615,215 615,215 000000000000000000070faa8cb677a0968ad28983ba60c46f0b973c1531d870 120 0.03/1.00 vMB 13
615,214 615,214 0000000000000000000a330ed682eb6aa22ed625e62bdec2e00e4359c7ade734 1,796 0.57/1.00 vMB 5
615,213 615,213 00000000000000000006b4be3e945e46fee5708770858391fe5560646770ea75 2,818 1.00/1.00 vMB 8
615,212 615,212 000000000000000000039d2bb9ca95738c598528655ce865a7a977fad9d2124d 2,457 1.00/1.00 vMB 11
615,211 615,211 00000000000000000007febf4eacb521be0cb34c9be257542d5f9f866d5504a2 3,100 1.00/1.00 vMB 18
615,210 615,210 00000000000000000001866e0f54cf6ae48c95a7a62f873dea006ca9206444f0 3,160 1.00/1.00 vMB 8
615,209 615,209 000000000000000000106a55f9da6ba5c92f819dd941f506b11ddab1c3f7cee8 2,652 1.00/1.00 vMB 12
615,208 615,208 00000000000000000005ded31ffe178ed06f29db7426b3bdb663e3d0b11d46b8 3,140 1.00/1.00 vMB 14
615,207 615,207 0000000000000000000e750bad5544977b40d4c5f409216471150753a35b8c01 2,770 1.00/1.00 vMB 10
615,206 615,206 0000000000000000000e5c42fd7ccb5ff59df467b5026a50d87d6bcd13763bd9 2,892 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.78 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: 709.75 GB
    • Received: 16.97 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.