Loading Tool

Explorer IconExplorer

Memory Pool

80,585 transactions
29.94 vMB
0.09178844 BTC
Random Selection Loading Transactions
Max Size: 182.79/200 MB

Candidate Block

Mining Attempt 1285ec141fe5536408ba4e5d2604650fc4e0743ee35e0c5b6a3a418962a8f8e6
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root c62533b470fe8ed87356e552fdd9e6061fecfab9d8644aad8905798f22032f9a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,375
Size: 1.00 vMB
Total Fees: 0.02504580 BTC
Feerates: 402.60 > 2.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (298,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,270 617,270 000000000000000000114a2add9569cfee48834194b61913ce4fba9603bcd44a 209 0.05/1.00 vMB 29
617,269 617,269 0000000000000000000ef40dc4a6441109caa9bbf05e3f453655bc7d0ea1592a 929 0.30/1.00 vMB 19
617,268 617,268 00000000000000000000e39701651735a14b920d3234bef121e24d528431f3b9 1,250 0.45/1.00 vMB 4
617,267 617,267 000000000000000000014373100635a4ad659f1daa6aec0924950300b71f17ba 1,133 1.00/1.00 vMB 7
617,266 617,266 0000000000000000000b4b60ac2bc76c2c4bc8372d7aad43f27df9cba0fbbd55 2,216 1.00/1.00 vMB 5
617,265 617,265 00000000000000000007c385ce8b2e95ce8a7cdb6c5dc66e3839681d38e37a6a 2,416 1.00/1.00 vMB 29
617,264 617,264 00000000000000000004c7a2d3746ba4feb38c8f69dda9834fbc4bf7ae0246fa 2,615 1.00/1.00 vMB 7
617,263 617,263 0000000000000000000fca7f00bdc88ae08607e8fe465b931950b24ab212f625 3,115 1.00/1.00 vMB 24
617,262 617,262 00000000000000000005ef209b1fbe58d998f80fb9e3e00c9aa688abd439aa9d 3,452 1.00/1.00 vMB 32
617,261 617,261 0000000000000000000e452f35ee4e3f87b436f066fddf20b508beed60f35812 1,634 1.00/1.00 vMB 13
617,260 617,260 0000000000000000000eedbb938aace3d1d4100521f1649df57a1fef915ee254 2,744 1.00/1.00 vMB 15
617,259 617,259 0000000000000000000d154da40fef847b68d228fd92189cbf485f0771e266eb 2,122 1.00/1.00 vMB 9
617,258 617,258 0000000000000000000d2466f3f37d1f6be2d3f923ec7953af035205e9a63032 2,335 1.00/1.00 vMB 7
617,257 617,257 0000000000000000000beeacd97680d8e2b30ba1e015a323cfe5329b9911fa2c 2,547 1.00/1.00 vMB 13
617,256 617,256 0000000000000000000b5527cad5366c2f560a36f9b06f623854a8e44ffeb5ea 2,951 1.00/1.00 vMB 29
617,255 617,255 00000000000000000009a220fee3a266d39ad3249d30ac4c09bf7f12b633489d 3,302 1.00/1.00 vMB 39
617,254 617,254 0000000000000000000c6dce7e12decb0bb4b64683cfac812f5a2f69045a48ae 2,811 1.00/1.00 vMB 39
617,253 617,253 0000000000000000001055510a862c4b30ca1f7515511562ed4557463390ee64 1,420 1.00/1.00 vMB 12
617,252 617,252 00000000000000000010cdc316bac9e462c378ad80821709b1bb8ca1b3bbef93 937 1.00/1.00 vMB 13
617,251 617,251 0000000000000000000822f88e0deda24f0a3bd996678104043409fee0e8ae69 1,783 1.00/1.00 vMB 7
617,250 617,250 0000000000000000000c7f5a66f07a7362b784e384381e5055976586defc2d4c 2,631 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.